diff --git a/backend/constants.py b/backend/constants.py index 08b17e5ce..b9c7fc430 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -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):