|
@@ -962,7 +962,7 @@ export default {
|
|
|
this.courseText = "";
|
|
|
this.ajax
|
|
|
// .post("https://gpt4.cocorobo.cn/ai_agent_park_chat_new", params)
|
|
|
- .post("http://gpt4.cocorobo.cn/csvaimessage", params)
|
|
|
+ .post("https://gpt4.cocorobo.cn/csvaimessage", params)
|
|
|
.then(res => {
|
|
|
// if (
|
|
|
// converter(res.data.FunctionResponse.result) ==
|