|
@@ -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,
|