From 9bdbe88bda32262d6ec1f041cf100f6ba95f49f1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 8 Sep 2024 01:04:57 +0100 Subject: [PATCH] refac: default search query prompt --- backend/open_webui/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index dbad78c25..29aeed327 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1452,9 +1452,9 @@ async def generate_search_query(form_data: dict, user=Depends(get_verified_user) if app.state.config.SEARCH_QUERY_GENERATION_PROMPT_TEMPLATE != "": template = app.state.config.SEARCH_QUERY_GENERATION_PROMPT_TEMPLATE else: - template = """Assess the need for a web search based on the current question and prior interactions, but lean towards suggesting a Google search query if uncertain. Generate a Google search query even when the answer might be straightforward, as additional information may enhance comprehension or provide updated data. If absolutely certain that no further information is required, return an empty string. Default to a search query if unsure or in doubt. Today's date is {{CURRENT_DATE}}. + template = """Assess the need for a web search based on the current user message and prior interactions, but lean towards suggesting a Google search query if uncertain. Generate a Google search query even when the answer might be straightforward, as additional information may enhance comprehension or provide updated data. If absolutely certain that no further information is required, return an empty string. Default to a search query if unsure or in doubt. Today's date is {{CURRENT_DATE}}. -Current Question: +User Message: {{prompt:end:4000}} Interaction History: