mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 14:32:45 +00:00
fix: don't hardcode preview
This commit is contained in:
@@ -65,7 +65,6 @@ def create_annotations_from_guardrails_errors(
|
||||
|
||||
|
||||
def get_explorer_api_url() -> str:
|
||||
return "https://preview-explorer.invariantlabs.ai"
|
||||
return os.getenv("INVARIANT_API_URL", DEFAULT_API_URL)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user