This commit is contained in:
Timothy J. Baek
2024-08-12 12:47:54 +01:00
parent bb979c9a78
commit eae35dddc2
2 changed files with 6 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ 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):