mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 18:48:55 +00:00
lock (#2063)
* lock * perf: init data * perf: vision model url * fix: chat index
This commit is contained in:
@@ -86,7 +86,7 @@ const ChatInput = ({
|
||||
});
|
||||
updateFile(fileIndex, {
|
||||
...file,
|
||||
url: `${location.origin}${url}`
|
||||
url
|
||||
});
|
||||
} catch (error) {
|
||||
removeFile(fileIndex);
|
||||
|
Reference in New Issue
Block a user