Timothy J. Baek hace 2 años
padre
commit
9881022b11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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());