mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix
This commit is contained in:
parent
eae35dddc2
commit
70f580ec45
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ class ERROR_MESSAGES(str, Enum):
|
||||||
OLLAMA_API_DISABLED = (
|
OLLAMA_API_DISABLED = (
|
||||||
"The Ollama API is disabled. Please enable it to use this feature."
|
"The Ollama API is disabled. Please enable it to use this feature."
|
||||||
)
|
)
|
||||||
INVALID_URL = "The URL you provided is invalid. Please double-check and try again."
|
|
||||||
|
|
||||||
|
|
||||||
class TASKS(str, Enum):
|
class TASKS(str, Enum):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue