From 93236cead0bf83e6822a7a22201792eea91658d9 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 5 Jun 2025 00:46:39 +0400 Subject: [PATCH] refac --- backend/open_webui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index ca6363d5e..bbcef3ebe 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -1419,7 +1419,7 @@ FOLLOW_UP_GENERATION_PROMPT_TEMPLATE = PersistentConfig( ) DEFAULT_FOLLOW_UP_GENERATION_PROMPT_TEMPLATE = """### Task: -SSuggest 3-5 relevant follow-up questions or prompts that the **user** might naturally ask next in this conversation, based on the chat history, to help continue or deepen the discussion. +Suggest 3-5 relevant follow-up questions or prompts that the **user** might naturally ask next in this conversation, based on the chat history, to help continue or deepen the discussion. ### Guidelines: - Phrase all follow-up questions from the user’s perspective, addressed to the assistant or expert. - Make questions concise, clear, and directly related to the discussed topic(s).