diff --git a/src/horde_sdk/ai_horde_api/endpoints.py b/src/horde_sdk/ai_horde_api/endpoints.py index 45d5a55..5646866 100644 --- a/src/horde_sdk/ai_horde_api/endpoints.py +++ b/src/horde_sdk/ai_horde_api/endpoints.py @@ -7,9 +7,6 @@ if os.environ.get("HORDE_URL", None): AI_HORDE_BASE_URL = os.environ["HORDE_URL"] -if __debug__: - AI_HORDE_BASE_URL = "http://localhost:7001/api/" - if os.environ.get("HORDE_URL_DEBUG", None): AI_HORDE_BASE_URL = os.environ["HORDE_URL_DEBUG"]