forked from open-webui/open-webui
feat: Add epub support
This commit is contained in:
parent
f079cb6b56
commit
f559068186
6 changed files with 35 additions and 11 deletions
|
@ -42,3 +42,5 @@ class ERROR_MESSAGES(str, Enum):
|
|||
USER_NOT_FOUND = "We could not find what you're looking for :/"
|
||||
API_KEY_NOT_FOUND = "Oops! It looks like there's a hiccup. The API key is missing. Please make sure to provide a valid API key to access this feature."
|
||||
MALICIOUS = "Unusual activities detected, please try again in a few minutes."
|
||||
|
||||
PANDOC_NOT_INSTALLED = "Pandoc is not installed on the server. Please contact your administrator for assistance."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue