11wqe1 1 bulan lalu
induk
melakukan
545d26844d

+ 2 - 3
src/components/classRoomHelper/component/languageAssistant.vue

@@ -325,8 +325,7 @@ export default {
                     session_name: _uuid + "-qgt",
                     uid: _uuid,
                     file_ids: [],
-                    model: "gpt-4o-2024-11-20",
-                    stream:true
+                    model: "gpt-4o-2024-11-20"
                   };
 
                   const md = new MarkdownIt();
@@ -408,7 +407,7 @@ export default {
                       _this.$forceUpdate();
                       // _this.stopTalkToken = null;
                       // // _this.faloading = false;
-                      // _this.curRequestController = null;
+                      _this.curRequestController = null;
 
                       // _this.chatList.find(i => i.uid == _uuid).isalltext = true;
                       // _this.chatList.find(i => i.uid == _uuid).isShowSynchronization = true;

+ 2 - 4
src/components/classRoomHelper/component/levitatedSphere.vue

@@ -246,9 +246,7 @@ export default {
                   session_name: _uuid + "-qgt",
                   uid: _uuid,
                   file_ids: [],
-									model: "gpt-4o-2024-11-20",
-                  stream:true
-
+									model: "gpt-4o-2024-11-20"
                 };
 
                   const md = new MarkdownIt();
@@ -330,7 +328,7 @@ export default {
                       _this.$forceUpdate();
                       // _this.stopTalkToken = null;
                       // // _this.faloading = false;
-                      // _this.curRequestController = null;
+                      _this.curRequestController = null;
 
                       // _this.chatList.find(i => i.uid == _uuid).isalltext = true;
                       // _this.chatList.find(i => i.uid == _uuid).isShowSynchronization = true;

+ 1 - 1
src/components/classRoomHelper/component/searchArea.vue

@@ -2782,7 +2782,7 @@ Instruction: Based on the context, follow "Format example", write content
                   _this.$forceUpdate();
                   // _this.stopTalkToken = null;
                   // _this.faloading = false;
-                  // _this.curRequestController = null;
+                  _this.curRequestController = null;
                   // _this.chatList.find(i => i.uid == _uid).isalltext = true;
                   // _this.chatList.find(i => i.uid == _uid).isShowSynchronization = true;
                   _this.insertChat(_uuid);