|
@@ -614,8 +614,8 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'.Output format carefully reference
|
|
|
session_name: `${this.courseId}-addCourseA`,
|
|
|
uid: _uid,
|
|
|
file_ids: [],
|
|
|
- // model: "gpt-4o-2024-08-06"
|
|
|
- model: "qwen-plus",
|
|
|
+ model: "gpt-4o-2024-08-06"
|
|
|
+ // model: "qwen-plus",
|
|
|
};
|
|
|
|
|
|
|
|
@@ -676,9 +676,8 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'.Output format carefully reference
|
|
|
this.$refs.chatDialog.scrollTop = this.$refs.chatDialog.scrollHeight;
|
|
|
});
|
|
|
let params = JSON.stringify({
|
|
|
- // model: "gpt-3.5-turbo",
|
|
|
- // model: "gpt-4o-2024-08-06",
|
|
|
- model: "qwen-plus",
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
+ // model: "qwen-plus",
|
|
|
temperature: 0,
|
|
|
max_tokens: 4096,
|
|
|
top_p: 1,
|