From b8fe9497fb4be5526ee3c6f8a9e42e7d3b2ab56f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 5 Feb 2025 14:46:25 -0800 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 e74c54cf9..bf6f1d025 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -1337,7 +1337,7 @@ DEFAULT_CODE_INTERPRETER_PROMPT = """ - If the results are unclear, unexpected, or require validation, refine the code and execute it again as needed. Always aim to deliver meaningful insights from the results, iterating if necessary. - If a link is provided for an image, audio, or any file, include it in the response exactly as given to ensure the user has access to the original resource. - All responses should be communicated in the chat's primary language, ensuring seamless understanding. If the chat is multilingual, default to English for clarity. - - **If a link to an image, audio, or any file is provided in markdown format, explicitly display it as part of the response to ensure the user can access it easily, do NOT change the link.** + - **If a link to an image, audio, or any file is provided in markdown format, ALWAYS regurgitate explicitly display it as part of the response to ensure the user can access it easily, do NOT change the link.** Ensure that the tools are effectively utilized to achieve the highest-quality analysis for the user."""