11wqe1 6 月之前
父节点
当前提交
46bc1a82a0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/easy2/commpont/markDialog.vue
  2. 1 1
      src/components/easy2/commpont/markScore.vue

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

@@ -1050,7 +1050,7 @@ export default {
         userId: this.cUserid,
         file_ids: _fileid ? [_fileid] : [],
         isImage: work.type == 1 ? true : "",
-        model: "gpt-4o-mini"
+        model: _fileid ? "gpt-4o-2024-08-06"  : "gpt-4o-mini"
       };
       this.ajax
         .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,
         file_ids: _fileid ? [_fileid] : [],
         isImage: work == 0 ? true : '',
-        model: "gpt-4o-mini"
+        model:  _fileid ? "gpt-4o-2024-08-06"  : "gpt-4o-mini"
       };
       return new Promise((resolve,reject) => {
         this.ajax