From 70f580ec45c589f0c35bede5887c72296c0cfd44 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 12 Aug 2024 15:10:08 +0100 Subject: [PATCH] fix --- backend/constants.py | 1 - 1 file changed, 1 deletion(-) 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):