forked from open-webui/open-webui
feat: documents backend integration
This commit is contained in:
parent
fe997abc6d
commit
eddb6fc7b7
6 changed files with 174 additions and 9 deletions
|
@ -18,6 +18,7 @@ class ERROR_MESSAGES(str, Enum):
|
|||
"Uh-oh! This username is already registered. Please choose another username."
|
||||
)
|
||||
COMMAND_TAKEN = "Uh-oh! This command is already registered. Please choose another command string."
|
||||
NAME_TAG_TAKEN = "Uh-oh! This name tag is already registered. Please choose another name tag string."
|
||||
INVALID_TOKEN = (
|
||||
"Your session has expired or the token is invalid. Please sign in again."
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue