mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-13 14:35:00 +00:00
feat update url
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user