mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-14 07:00:58 +00:00
fix: visual model bug
This commit is contained in:
@@ -859,7 +859,7 @@ function _Chat() {
|
||||
return;
|
||||
}
|
||||
if (shouldSubmit(e) && promptHints.length === 0) {
|
||||
doSubmit(userInput);
|
||||
doSubmit(userInput, userImage);
|
||||
e.preventDefault();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user