diff --git a/app/api/controller/XunFeiController.php b/app/api/controller/XunFeiController.php index f1aaadc42..5e3fb0ee6 100644 --- a/app/api/controller/XunFeiController.php +++ b/app/api/controller/XunFeiController.php @@ -114,7 +114,7 @@ class XunFeiController extends BaseApiController foreach($data_field as $k=>$v) { $demand .= $k . ':' . $v . ';'; } - $question = "分析以下{$type_name}信息【{$demand}】请问有那些商机?"; + $question = "根据以下{$type_name}信息【{$demand}】请问有那些商机?"; $chat=new ChatClient($this->app_id,$this->api_key,$this->api_secret); $client = new Client($chat->assembleAuthUrl('wss://spark-api.xf-yun.com/v2.1/chat')); // 连接到 WebSocket 服务器 diff --git a/app/job/AiAianalyse.php b/app/job/AiAianalyse.php index d32417d49..be42e075a 100644 --- a/app/job/AiAianalyse.php +++ b/app/job/AiAianalyse.php @@ -34,7 +34,7 @@ class AiAianalyse foreach($data_field as $k=>$v) { $demand .= $k . ':' . $v . ';'; } - $question = "分析以下{$type_name}信息【{$demand}】请问有那些商机?需要购买哪些商品?"; + $question = "根据以下{$type_name}信息【{$demand}】请问有那些商机?需要购买哪些商品?"; try { $chat=new ChatClient($this->app_id,$this->api_key,$this->api_secret); $client = new Client($chat->assembleAuthUrl('wss://spark-api.xf-yun.com/v2.1/chat')); diff --git a/composer.lock b/composer.lock index 783e0c020..d847de315 100644 --- a/composer.lock +++ b/composer.lock @@ -5301,11 +5301,22 @@ { "name": "textalk/websocket", "version": "1.6.3", + "source": { + "type": "git", + "url": "https://github.com/Textalk/websocket-php.git", + "reference": "67de79745b1a357caf812bfc44e0abf481cee012" + }, "dist": { "type": "zip", - "url": "https://mirrors.cloud.tencent.com/repository/composer/textalk/websocket/1.6.3/textalk-websocket-1.6.3.zip", + "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012", "reference": "67de79745b1a357caf812bfc44e0abf481cee012", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.4 | ^8.0", @@ -5325,6 +5336,7 @@ "WebSocket\\": "lib" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], @@ -5337,6 +5349,10 @@ } ], "description": "WebSocket client and server", + "support": { + "issues": "https://github.com/Textalk/websocket-php/issues", + "source": "https://github.com/Textalk/websocket-php/tree/1.6.3" + }, "time": "2022-11-07T18:59:33+00:00" }, { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 2452f376c..31ec784ba 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -5610,11 +5610,22 @@ "name": "textalk/websocket", "version": "1.6.3", "version_normalized": "1.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/Textalk/websocket-php.git", + "reference": "67de79745b1a357caf812bfc44e0abf481cee012" + }, "dist": { "type": "zip", - "url": "https://mirrors.cloud.tencent.com/repository/composer/textalk/websocket/1.6.3/textalk-websocket-1.6.3.zip", + "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012", "reference": "67de79745b1a357caf812bfc44e0abf481cee012", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.4 | ^8.0", @@ -5636,6 +5647,7 @@ "WebSocket\\": "lib" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], @@ -5648,6 +5660,10 @@ } ], "description": "WebSocket client and server", + "support": { + "issues": "https://github.com/Textalk/websocket-php/issues", + "source": "https://github.com/Textalk/websocket-php/tree/1.6.3" + }, "install-path": "../textalk/websocket" }, { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index a0107ca66..6fc710214 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'topthink/think', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a33f154b3124fdc0dfd6899f4340ae6e48e88e3a', + 'reference' => 'a000ab203c7a08f4790746e40d2de9aa33cfc61d', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -775,7 +775,7 @@ 'topthink/think' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a33f154b3124fdc0dfd6899f4340ae6e48e88e3a', + 'reference' => 'a000ab203c7a08f4790746e40d2de9aa33cfc61d', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), diff --git a/vendor/services.php b/vendor/services.php index 88f0716e9..75c4f88ac 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service',