mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: filter out images
This commit is contained in:
parent
54e4c1e0cc
commit
af518cacbf
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
$: onChange({
|
$: onChange({
|
||||||
prompt,
|
prompt,
|
||||||
files,
|
files: files.filter((file) => file.type !== 'image'),
|
||||||
selectedToolIds,
|
selectedToolIds,
|
||||||
imageGenerationEnabled,
|
imageGenerationEnabled,
|
||||||
webSearchEnabled,
|
webSearchEnabled,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue