This commit is contained in:
Timothy J. Baek 2024-08-12 15:10:08 +01:00
parent eae35dddc2
commit 70f580ec45
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class ERROR_MESSAGES(str, Enum):
OLLAMA_API_DISABLED = (
"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):