mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-11 05:13:06 +02:00
fix: do not return raw search exception due to API keys in URLs
This commit is contained in:
@@ -75,3 +75,7 @@ class ERROR_MESSAGES(str, Enum):
|
||||
INVALID_URL = (
|
||||
"Oops! The URL you provided is invalid. Please double-check and try again."
|
||||
)
|
||||
|
||||
WEB_SEARCH_ERROR = (
|
||||
"Oops! Something went wrong while searching the web. Please try again later."
|
||||
)
|
||||
|
Reference in New Issue
Block a user