lsc 6 mesiacov pred
rodič
commit
ab30648b0a

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/static/js/app.507fdc0efecf893c034c.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/static/js/app.507fdc0efecf893c034c.js.map


+ 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-2024-08-06"
+        model: "gpt-4o-mini"
       };
       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-2024-08-06"
+                    model: "gpt-4o-mini"
                   };
                   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-2024-08-06",
+									model: "gpt-4o-mini",
                 };
                 this.ajax
                   // .post("https://claude3.cocorobo.cn/chat", params)

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

@@ -2074,7 +2074,7 @@ export default {
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //   model: "gpt-3.5-turbo",
@@ -2244,7 +2244,7 @@ ${_atList
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //   model: "gpt-3.5-turbo",
@@ -2694,7 +2694,7 @@ Instruction: Based on the context, follow "Format example", write content
         session_name: _uuid,
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //   message: {
@@ -2807,7 +2807,7 @@ Instruction: Based on the context, follow "Format example", write content
         session_name: _uuid,
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //   message: {
@@ -3062,7 +3062,7 @@ ${_wordData}
             session_name: `${this.courseId}-studyStudent-md`,
             uid: _uuid,
             file_ids: this.fileId,
-            model: "gpt-4o-2024-08-06"
+            model: "gpt-4o-mini"
           };
           // let params = {
           //   model: "gpt-3.5-turbo",
@@ -3259,7 +3259,7 @@ ${_wordData}
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //     model: "gpt-3.5-turbo",

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

@@ -1223,7 +1223,7 @@ ${_textData}
         session_name: uuidv4(),
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
 
       this.ajax
@@ -1496,7 +1496,7 @@ ${taskText}
         session_name: uuidv4(),
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-mini"
       };
 
       this.ajax
@@ -1834,7 +1834,7 @@ ${_choiceText}
           session_name: uuidv4(),
           // uid: _uuid,
           file_ids: this.fileId,
-          model: "gpt-4o-2024-08-06"
+          model: "gpt-4o-mini"
         };
 
         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-2024-08-06",
-					model: "gpt-4o-2024-08-06",
+				// model: "gpt-4o-mini",
+					model: "gpt-4o-mini",
 					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-2024-08-06"
+        model: "gpt-4o-mini"
       };
       // let params = {
       //   message: {

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

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

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov