|
@@ -19438,7 +19438,7 @@ ${this.courseText && this.aiCallBack[0] == 2 ? '注意,优化原有的<参考
|
|
|
model: 'gpt-4o-2024-08-06',
|
|
|
temperature: this.mode == 3 ? 0.5 : 0.1,
|
|
|
}
|
|
|
- _this.$message.warning('提示词',parm.message[0].text)
|
|
|
+ _this.$message.warning('提示词'+messages)
|
|
|
this.ajax
|
|
|
.post("https://gpt4.cocorobo.cn/ai_agent_park_chat", parm, this.isOutlineCancelToken)
|
|
|
.then((response) => {
|
|
@@ -19474,7 +19474,7 @@ ${this.courseText && this.aiCallBack[0] == 2 ? '注意,优化原有的<参考
|
|
|
}
|
|
|
|
|
|
} catch (error) {
|
|
|
- _this.$message.error('返回json格式不正确,',data.message)
|
|
|
+ _this.$message.error('返回json格式不正确,'+data.message)
|
|
|
// _this.aiGet2(messages, callback);
|
|
|
_this.isOutlineCancelToken = null
|
|
|
console.log("error_________________" + error);
|