mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-13 22:57:24 +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")) {
|
if (options.config.model.includes("moonshot")) {
|
||||||
messages.push({
|
messages.push({
|
||||||
role: v.role,
|
role: v.role,
|
||||||
content: `${image_url_data}` + " \n" + v.content,
|
content: `${image_url_data}` + " " + v.content,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user