fixed
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user