mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
refactor(api): update file_url field in MultimodalContent interface
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
//row-gap: 11px;
|
||||
height: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
||||
.attach-file {
|
||||
|
||||
@@ -1041,6 +1041,7 @@ function _Chat() {
|
||||
.onUserInput(userInput, attachImages, attachFiles)
|
||||
.then(() => setIsLoading(false));
|
||||
setAttachImages([]);
|
||||
setAttachFiles([]);
|
||||
chatStore.setLastInput(userInput);
|
||||
setUserInput("");
|
||||
setPromptHints([]);
|
||||
|
||||
Reference in New Issue
Block a user