diff --git a/lightrag_webui/src/stores/settings.ts b/lightrag_webui/src/stores/settings.ts index 36a96126..893c98f6 100644 --- a/lightrag_webui/src/stores/settings.ts +++ b/lightrag_webui/src/stores/settings.ts @@ -118,7 +118,7 @@ const useSettingsStoreBase = create()( only_need_context: false, only_need_prompt: false, stream: true, - history_turns: 3, + history_turns: 0, user_prompt: '', enable_rerank: true }, @@ -221,7 +221,7 @@ const useSettingsStoreBase = create()( only_need_context: false, only_need_prompt: false, stream: true, - history_turns: 3, + history_turns: 0, hl_keywords: [], ll_keywords: [] }