|
@@ -1018,7 +1018,7 @@ ${data.area + ':' + data.value}
|
|
|
this.$refs.chatDialog.scrollTop = this.$refs.chatDialog.scrollHeight;
|
|
|
});
|
|
|
let params = {
|
|
|
- id: '957e191f-92a6-11ef-a04e-12e77c4cb76b',
|
|
|
+ assistant_id: '957e191f-92a6-11ef-a04e-12e77c4cb76b',
|
|
|
userId: this.userid,
|
|
|
message: _replaceText,
|
|
|
session_name: this.continuous ? `${this.courseId}-addCourseA` : uuidv4(),
|
|
@@ -1031,7 +1031,7 @@ ${data.area + ':' + data.value}
|
|
|
};
|
|
|
|
|
|
this.ajax
|
|
|
- .post("https://llm.cocorobo.cn/agent/ai_agent_chat_new", params)
|
|
|
+ .post("https://llm.cocorobo.cn/agent/ai_agent_park_chat_new", params)
|
|
|
.then(res => {
|
|
|
if (
|
|
|
converter(res.data.FunctionResponse.result) ==
|
|
@@ -1261,7 +1261,7 @@ ${message}`;
|
|
|
this.$refs.chatDialog.scrollTop = this.$refs.chatDialog.scrollHeight;
|
|
|
});
|
|
|
let params = {
|
|
|
- id: '957e191f-92a6-11ef-a04e-12e77c4cb76b',
|
|
|
+ assistant_id: '957e191f-92a6-11ef-a04e-12e77c4cb76b',
|
|
|
userId: this.userid,
|
|
|
message: _replaceText,
|
|
|
session_name: this.continuous ? `${this.courseId}-addCourseA` : uuidv4(),
|
|
@@ -1274,7 +1274,7 @@ ${message}`;
|
|
|
};
|
|
|
|
|
|
this.ajax
|
|
|
- .post("https://llm.cocorobo.cn/agent/ai_agent_chat_new", params)
|
|
|
+ .post("https://llm.cocorobo.cn/agent/ai_agent_park_chat_new", params)
|
|
|
.then(res => {
|
|
|
if (
|
|
|
converter(res.data.FunctionResponse.result) ==
|