forked from open-webui/open-webui
feat: image size param
This commit is contained in:
parent
0d99c292f6
commit
7ec4c07bf9
4 changed files with 125 additions and 6 deletions
|
@ -44,3 +44,6 @@ class ERROR_MESSAGES(str, Enum):
|
|||
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."
|
||||
INCORRECT_FORMAT = (
|
||||
lambda err="": f"Invalid format. Please use the correct format{err if err else ''}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue