This commit is contained in:
2024-07-12 13:58:18 +08:00
parent 083c6c98dc
commit 211a3d2a06

View File

@@ -54,7 +54,7 @@ class Reportty
$chatobj = new ChatGPT();
$chatobj->url = $config['base_url'];
$chatobj->model = '';
$chatobj->apiKey = $config['APIKey'].':'.$config['APISecret'];
$chatobj->apiKey = $config['APIKey'];
$answer_json_arr = [];