11wqe1 6 months ago
parent
commit
46bc1a82a0

+ 1 - 1
src/components/easy2/commpont/markDialog.vue

@@ -1050,7 +1050,7 @@ export default {
         userId: this.cUserid,
         userId: this.cUserid,
         file_ids: _fileid ? [_fileid] : [],
         file_ids: _fileid ? [_fileid] : [],
         isImage: work.type == 1 ? true : "",
         isImage: work.type == 1 ? true : "",
-        model: "gpt-4o-mini"
+        model: _fileid ? "gpt-4o-2024-08-06"  : "gpt-4o-mini"
       };
       };
       this.ajax
       this.ajax
         .post("https://gpt4.cocorobo.cn/ai_agent_park_chat", params)
         .post("https://gpt4.cocorobo.cn/ai_agent_park_chat", params)

+ 1 - 1
src/components/easy2/commpont/markScore.vue

@@ -283,7 +283,7 @@ export default {
         userId: this.userid,
         userId: this.userid,
         file_ids: _fileid ? [_fileid] : [],
         file_ids: _fileid ? [_fileid] : [],
         isImage: work == 0 ? true : '',
         isImage: work == 0 ? true : '',
-        model: "gpt-4o-mini"
+        model:  _fileid ? "gpt-4o-2024-08-06"  : "gpt-4o-mini"
       };
       };
       return new Promise((resolve,reject) => {
       return new Promise((resolve,reject) => {
         this.ajax
         this.ajax