|
...
|
...
|
@@ -23,7 +23,7 @@ class GptService |
|
|
|
* @time :2025/4/2 9:38
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
public function get_ai_chat($data,$type = 1){
|
|
|
|
public function get_ai_chat($data,$type = 0){
|
|
|
|
// 组装请求体参数
|
|
|
|
// $data['message'] = [
|
|
|
|
// ['role' => 'system', 'content' => "You are now the marketing customer service of 深圳创贸集团"],
|
...
|
...
|
|