fix default value of rechatLlmFallback in ui

This commit is contained in:
geekgeekrun
2025-04-26 18:30:32 +08:00
parent e2c94ded13
commit a22ac20b3a

View File

@@ -224,6 +224,7 @@ electron.ipcRenderer.invoke('fetch-config-file-content').then((res) => {
? 8
: parseInt(conf.recentMessageQuantityForLlm)
: 8
conf.rechatLlmFallback = conf.rechatLlmFallback ?? RECHAT_LLM_FALLBACK.SEND_LOOK_FORWARD_EMOTION
formContent.value.autoReminder = conf
})