lsc 8 hónapja
szülő
commit
9b11159838
1 módosított fájl, 6 hozzáadás és 6 törlés
  1. 6 6
      src/components/pages/aiAddCourse/aiBoxRight.vue

+ 6 - 6
src/components/pages/aiAddCourse/aiBoxRight.vue

@@ -1023,10 +1023,10 @@ ${data.area + ':' + data.value}
         message: _replaceText,
         session_name: this.continuous ? `${this.courseId}-addCourseA` : uuidv4(),
         uid: _uuid,
-        model: "qwen-plus-own",
+        // model: "qwen-plus-own",
         sound_url: "",
-        file_ids: [],//...this.fileids
-        // model: "gpt-4o-2024-11-20"
+        file_ids: [...this.fileids],//...this.fileids
+        model: "gpt-4o-2024-11-20"
         // model: "qwen-plus"
       };
 
@@ -1265,11 +1265,11 @@ ${message}`;
             userId: this.userid,
             message: _replaceText,
             session_name: this.continuous ? `${this.courseId}-addCourseA` : uuidv4(),
-            model: "qwen-plus-own",
+            // model: "qwen-plus-own",
             sound_url: "",
             uid: _uuid,
-            file_ids: [],//...this.fileids
-            // model: "gpt-4o-2024-11-20"
+            file_ids: [...this.fileids],//...this.fileids
+            model: "gpt-4o-2024-11-20"
             // model: "qwen-plus"
           }