优化上传链接

This commit is contained in:
Clivia
2024-03-10 23:47:21 +08:00
committed by GitHub
parent 3dddad317e
commit e52eb5580b

View File

@@ -135,7 +135,7 @@ export class ChatGPTApi implements LLMApi {
if (options.config.model.includes("moonshot")) {
messages.push({
role: v.role,
content: `${image_url_data}` + v.content,
content: `${image_url_data}` + " \n" + v.content,
});
}
else {