|
@@ -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;
|