|
@@ -284,7 +284,7 @@ const sendMessage = () => {
|
|
|
message: userInput,
|
|
message: userInput,
|
|
|
userId: props.userid,
|
|
userId: props.userid,
|
|
|
// model: node.properties.item.modelType,
|
|
// model: node.properties.item.modelType,
|
|
|
- model: 'open-gpt-4.1',
|
|
|
|
|
|
|
+ model: 'qwen3.5-flash',
|
|
|
file_ids: [],
|
|
file_ids: [],
|
|
|
sound_url: '',
|
|
sound_url: '',
|
|
|
temperature: 0.2,
|
|
temperature: 0.2,
|
|
@@ -437,7 +437,7 @@ const clearChatHistory = async () => {
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
const params = {
|
|
const params = {
|
|
|
- model: 'open-gpt-4.1',
|
|
|
|
|
|
|
+ model: agentData.value.modelType,
|
|
|
thread_id: agentData.value.thread_id,
|
|
thread_id: agentData.value.thread_id,
|
|
|
groupid: `${props.courseid?.slice(0, 31)}${props.userid?.slice(0, 5)}`,
|
|
groupid: `${props.courseid?.slice(0, 31)}${props.userid?.slice(0, 5)}`,
|
|
|
userid: props.userid,
|
|
userid: props.userid,
|