This commit is contained in:
2024-07-13 15:58:04 +08:00
parent b4a3923092
commit ffedfd6018

View File

@@ -42,7 +42,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 = [];