forked from open-webui/open-webui
Merge pull request #1080 from officialsahyaboutorabi/patch-1
feat: additional file types for uploading models
This commit is contained in:
commit
ef9a799e77
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
||||||
on:change={() => {
|
on:change={() => {
|
||||||
console.log(modelInputFile);
|
console.log(modelInputFile);
|
||||||
}}
|
}}
|
||||||
accept=".gguf"
|
accept=".gguf",".safetensors"
|
||||||
required
|
required
|
||||||
hidden
|
hidden
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue