forked from open-webui/open-webui
fix: non existent chat page issue
This commit is contained in:
parent
b777b6d2aa
commit
0c30a08596
3 changed files with 47 additions and 34 deletions
|
@ -26,5 +26,6 @@ class ERROR_MESSAGES(str, Enum):
|
|||
ACTION_PROHIBITED = (
|
||||
"The requested action has been restricted as a security measure."
|
||||
)
|
||||
NOT_FOUND = "We could not find what you're looking for :/"
|
||||
USER_NOT_FOUND = "We could not find what you're looking for :/"
|
||||
MALICIOUS = "Unusual activities detected, please try again in a few minutes."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue