lsc 4 months ago
parent
commit
389bae20c2

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

@@ -1555,7 +1555,7 @@ ${_textData}
         message: [{ type: "text", text: _msg }],
         session_name: uuidv4(),
         file_ids: this.fileId,
-        model: "gpt-4o-mini"
+        model: "gpt-4o-2024-08-06"
       };
       this.ajax
         // .post("https://gpt4.cocorobo.cn/chat", params)

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

@@ -321,7 +321,7 @@ export default {
                     session_name: _uuid + "-qgt",
                     uid: _uuid,
                     file_ids: [],
-                    model: "gpt-4o-mini"
+                    model: "gpt-4o-2024-08-06"
                   };
                   this.ajax
                     // .post("https://claude3.cocorobo.cn/chat", params)

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

@@ -244,7 +244,7 @@ export default {
                   session_name: _uuid + "-qgt",
                   uid: _uuid,
                   file_ids: [],
-									model: "gpt-4o-mini",
+									model: "gpt-4o-2024-08-06",
                 };
                 this.ajax
                   // .post("https://claude3.cocorobo.cn/chat", params)

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

@@ -2080,7 +2080,7 @@ export default {
         uid: _uuid,
         file_ids: this.fileId,
         // model: "gpt-4o-2024-08-06"
-				model:"gpt-4o-mini"
+				model:"gpt-4o-2024-08-06"
       };
       // let params = {
       //   model: "gpt-3.5-turbo",

+ 3 - 3
src/components/classRoomHelper/component/taskArea.vue

@@ -1227,7 +1227,7 @@ ${_textData}
         session_name: uuidv4(),
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-mini"
+        model: "gpt-4o-2024-08-06"
       };
 
       this.ajax
@@ -1512,7 +1512,7 @@ ${taskText}
         session_name: uuidv4(),
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-mini"
+        model: "gpt-4o-2024-08-06"
       };
 
       this.ajax
@@ -1850,7 +1850,7 @@ ${_choiceText}
           session_name: uuidv4(),
           // uid: _uuid,
           file_ids: this.fileId,
-          model: "gpt-4o-mini"
+          model: "gpt-4o-2024-08-06"
         };
 
         this.ajax

+ 3 - 3
src/components/classRoomHelper/index.vue

@@ -455,8 +455,8 @@ let params = {
         // session_name: uuidv4(),
         // // uid: _uuid,
         // file_ids: this.fileId,
-				// model: "gpt-4o-mini",
-					model: "gpt-4o-mini",
+				// model: "gpt-4o-2024-08-06",
+					model: "gpt-4o-2024-08-06",
 					temperature: 0,
 					max_tokens: 4096,
 					top_p: 1,
@@ -742,7 +742,7 @@ Instruction: Based on the context, follow "Format example", write content
         session_name: _uuid,
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-mini"
+        model: "gpt-4o-2024-08-06"
       };
       // let params = {
       //   message: {

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

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

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

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

+ 1 - 1
src/components/easy2/studyStudent.vue

@@ -14206,7 +14206,7 @@ export default {
         session_name: uuidv4(),
         userId: this.userid,
         file_ids: [],
-        model:'gpt-4o-mini'
+        model:'gpt-4o-2024-08-06'
       };
       // console.log('params',params);