|
@@ -186,7 +186,8 @@ class Index extends BaseController{
|
|
|
$contents = array();
|
|
|
$contents['Name'] = "test";
|
|
|
$contents['Prompt'] = $overview?($overview.":\n {Transcription}"):"对话中客户表达的完整内容输出出来,并且请帮我将下面的对话进行总结,分析对话中客户是否有下单意愿以及商品是否感兴趣:\n {Transcription}";
|
|
|
- $contents['Model'] = "tingwu-turbo";
|
|
|
+// $contents['Model'] = "tingwu-turbo";
|
|
|
+ $contents['Model'] = "tingwu-plus";
|
|
|
$contents['TransType'] = "chat";
|
|
|
|
|
|
//设置数据项 - - 第四层
|