mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-21 04:32:35 +08:00
fix default value of rechatLlmFallback in ui
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user