Sfoglia il codice sorgente

fix: accept attribute

Timothy J. Baek 1 anno fa
parent
commit
a901031896
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/lib/components/chat/Settings/Models.svelte

+ 1 - 1
src/lib/components/chat/Settings/Models.svelte

@@ -589,7 +589,7 @@
 												on:change={() => {
 													console.log(modelInputFile);
 												}}
-												accept=".gguf",".safetensors"
+												accept=".gguf,.safetensors"
 												required
 												hidden
 											/>