Browse Source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta

SanHQin 3 months ago
parent
commit
28ce857ba1

File diff suppressed because it is too large
+ 1 - 0
dist/static/js/app.b939c708c47f20c81981.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b939c708c47f20c81981.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-2024-11-20"
       };
       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-2024-11-20"
                   };
                   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-2024-11-20",
                 };
                 this.ajax
                   // .post("https://claude3.cocorobo.cn/chat", params)

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

@@ -2079,8 +2079,8 @@ export default {
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        // model: "gpt-4o-2024-08-06"
-				model:"gpt-4o-2024-08-06"
+        // model: "gpt-4o-2024-11-20"
+				model:"gpt-4o-2024-11-20"
       };
       // let params = {
       //   model: "gpt-3.5-turbo",
@@ -2250,7 +2250,7 @@ ${_atList
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-2024-11-20"
       };
       // let params = {
       //   model: "gpt-3.5-turbo",
@@ -2700,7 +2700,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-2024-11-20"
       };
       // let params = {
       //   message: {
@@ -2813,7 +2813,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-2024-11-20"
       };
       // let params = {
       //   message: {
@@ -3068,7 +3068,7 @@ ${_wordData}
             session_name: `${this.courseId}-studyStudent-md`,
             uid: _uuid,
             file_ids: this.fileId,
-            model: "gpt-4o-2024-08-06"
+            model: "gpt-4o-2024-11-20"
           };
           // let params = {
           //   model: "gpt-3.5-turbo",
@@ -3265,7 +3265,7 @@ ${_wordData}
         session_name: `${this.courseId}-studyStudent-md`,
         uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-2024-11-20"
       };
       // 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-2024-08-06"
+        model: "gpt-4o-2024-11-20"
       };
 
       this.ajax
@@ -1512,7 +1512,7 @@ ${taskText}
         session_name: uuidv4(),
         // uid: _uuid,
         file_ids: this.fileId,
-        model: "gpt-4o-2024-08-06"
+        model: "gpt-4o-2024-11-20"
       };
 
       this.ajax
@@ -1850,7 +1850,7 @@ ${_choiceText}
           session_name: uuidv4(),
           // uid: _uuid,
           file_ids: this.fileId,
-          model: "gpt-4o-2024-08-06"
+          model: "gpt-4o-2024-11-20"
         };
 
         this.ajax

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

@@ -664,8 +664,8 @@ ${_textData}
           // session_name: uuidv4(),
           // // uid: _uuid,
           // file_ids: this.fileId,
-          // model: "gpt-4o-2024-08-06",
-          model: "gpt-4o-2024-08-06",
+          // model: "gpt-4o-2024-11-20",
+          model: "gpt-4o-2024-11-20",
           temperature: 0,
           max_tokens: 4096,
           top_p: 1,
@@ -950,7 +950,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-2024-11-20"
       };
       // let params = {
       //   message: {

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

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

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

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

+ 5 - 5
src/components/works.vue

@@ -405,10 +405,10 @@
                           >
                             <div>题目:{{ i.teststitle }} 
 
-                              <span                             
+                              <!-- <span                             
                                 style="color: #868ce4"
                                 >答案:</span
-                              >
+                              > -->
                               <span
                                 v-if="
                                   JSON.stringify(l.content[0].radio[index]) ==
@@ -684,7 +684,7 @@
 
                             <div
                               v-if="l.eList"
-                              style="width: 49%;display: flex;flex-direction: column;"
+                              style="display: flex;flex-direction: column;flex: 1;"
                             >
                               <div class="taskScoConTit">素养</div>
                               <div class="WorkConSY">
@@ -2842,7 +2842,7 @@ export default {
 }
 
 .rate_size>>>.el-rate__icon {
-  font-size: 25px;
+  font-size: 18px;
 }
 
 .rate_size>>>.el-icon-star-off {
@@ -3735,7 +3735,7 @@ export default {
   border-radius: 10px;
   height: 100%;
   width: 270px;
-  overflow: hidden;
+  overflow: auto;
   background-color: #ffffff;
 }
 .workCon {

Some files were not shown because too many files changed in this diff