mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-15 15:41:23 +00:00
优化上传链接
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}` + v.content,
|
||||
content: `${image_url_data}` + " \n" + v.content,
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user