|
@@ -712,7 +712,7 @@ export default {
|
|
|
userId: this.cUserid,
|
|
|
file_ids: _fileid ? [_fileid] : [],
|
|
|
isImage: this.currentUid.type == 1 ? true : "",
|
|
|
- model: "gpt-4o-mini"
|
|
|
+ model: "gpt-4o-2024-08-06"
|
|
|
};
|
|
|
this.ajax
|
|
|
.post("https://gpt4.cocorobo.cn/ai_agent_park_chat", params)
|
|
@@ -1056,7 +1056,7 @@ export default {
|
|
|
userId: this.cUserid,
|
|
|
file_ids: _fileid ? [_fileid] : [],
|
|
|
isImage: work.type == 1 ? true : "",
|
|
|
- model: _fileid ? "gpt-4o-2024-08-06" : "gpt-4o-mini"
|
|
|
+ model: _fileid ? "gpt-4o-2024-08-06" : "gpt-4o-2024-08-06"
|
|
|
};
|
|
|
this.ajax
|
|
|
.post("https://gpt4.cocorobo.cn/ai_agent_park_chat", params)
|