|
@@ -19438,6 +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.ajax
|
|
|
.post("https://gpt4.cocorobo.cn/ai_agent_park_chat", parm, this.isOutlineCancelToken)
|
|
|
.then((response) => {
|