Timothy J. Baek 2 gadi atpakaļ
vecāks
revīzija
9881022b11
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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());