lsc 6 months ago
parent
commit
92a7430493

+ 2 - 1
src/components/pages/aiAddCourse/aiBox.vue

@@ -389,7 +389,8 @@ export default {
         });
         let params = JSON.stringify({
           // model: "gpt-3.5-turbo",
-          model: 'gpt-4o-2024-08-06',
+          // model: 'gpt-4o-2024-08-06',
+          model: 'qwen-plus',
           temperature: 0,
           max_tokens: 4096,
           top_p: 1,

+ 4 - 2
src/components/pages/aiAddCourse/aiBoxRight.vue

@@ -170,9 +170,10 @@
 				<div class="ai_b_i_tlb_left"></div>
 				<div class="ai_b_i_tlb_right"></div>
 			</div> -->
+      <!-- @input="inputChange" -->
+
       <textarea
         class="ai_body_input_textarea"
-        @input="inputChange"
         @keydown="textareaKeydown"
         ref="textareaRef"
         v-model.trim="courseText"
@@ -475,7 +476,8 @@ export default {
           });
           let params = JSON.stringify({
             // model: "gpt-3.5-turbo",
-            model: "gpt-4o-2024-08-06",
+            // model: "gpt-4o-2024-08-06",
+            model: "qwen-plus",
             temperature: 0,
             max_tokens: 4096,
             top_p: 1,