Timothy J. Baek 1 year ago
parent
commit
9881022b11
1 changed files with 1 additions and 0 deletions
  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());