From 4ae2fda06d9f380d9eef678ed84a34b13706296e Mon Sep 17 00:00:00 2001 From: Sergei Shitikov Date: Mon, 16 Jun 2025 22:44:56 +0200 Subject: [PATCH] rollback redundant change --- 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 3a43712f0..b5fbe6f12 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -1457,7 +1457,7 @@ FOLLOW_UP_GENERATION_PROMPT_TEMPLATE = PersistentConfig( DEFAULT_FOLLOW_UP_GENERATION_PROMPT_TEMPLATE = """### Task: Suggest 3-5 relevant follow-up questions or prompts that the user might naturally ask next in this conversation as a **user**, based on the chat history, to help continue or deepen the discussion. ### Guidelines: -- Write all follow-up questions from the user's point of view, directed to the assistant. +- Write all follow-up questions from the user’s point of view, directed to the assistant. - Make questions concise, clear, and directly related to the discussed topic(s). - Only suggest follow-ups that make sense given the chat content and do not repeat what was already covered. - If the conversation is very short or not specific, suggest more general (but relevant) follow-ups the user might ask.