forked from open-webui/open-webui
Update Models.svelte
This commit is contained in:
parent
bb98c10abb
commit
14c38d31a7
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
|||
on:change={() => {
|
||||
console.log(modelInputFile);
|
||||
}}
|
||||
accept=".gguf"
|
||||
accept=".gguf",".safetensors"
|
||||
required
|
||||
hidden
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue