From 0f9372717ea374bfcf2b0a857eaa5396142eefaf Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:18:24 +0800 Subject: [PATCH] feat update url --- app/client/platforms/openai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/platforms/openai.ts b/app/client/platforms/openai.ts index 2a76197..fca3e36 100644 --- a/app/client/platforms/openai.ts +++ b/app/client/platforms/openai.ts @@ -135,7 +135,7 @@ export class ChatGPTApi implements LLMApi { if (options.config.model.includes("moonshot")) { messages.push({ role: v.role, - content: `${image_url_data}` + " \n" + v.content, + content: `${image_url_data}` + " " + v.content, }); } else {