Browse Source

修改指定Prompt的模型

li97 8 months ago
parent
commit
8a52a01e82
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/tytw/controller/Index.php

+ 2 - 1
app/tytw/controller/Index.php

@@ -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";
 
         //设置数据项  - -  第四层