Timothy J. Baek 1 vuosi sitten
vanhempi
commit
9881022b11
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/lib/components/chat/Settings/Models.svelte

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

@@ -348,6 +348,7 @@
 		liteLLMAPIBase = '';
 		liteLLMAPIKey = '';
 		liteLLMRPM = '';
+		liteLLMMaxTokens = '';
 
 		liteLLMModelInfo = await getLiteLLMModelInfo(localStorage.token);
 		models.set(await getModels());