Update openai.ts

This commit is contained in:
Clivia
2024-03-11 00:28:02 +08:00
committed by GitHub
parent 0f9372717e
commit 16bf0e5366

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}` + " " + v.content,
});
}
else {