From ed2ca7cbd690e2cfc65b9352b183778393876d20 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Wed, 5 Mar 2025 14:02:53 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a515905..040e7c2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To get started with Gateway, follow the integration guides below depending on th "Invariant-Authorization": "Bearer your-invariant-api-key" }, ), - base_url="http://localhost:8005/api/v1/proxy/{add-your-dataset-name-here}/openai", + base_url="https://explorer.invariantlabs.ai/api/v1/proxy/{add-your-dataset-name-here}/openai", ) ``` @@ -74,7 +74,7 @@ To get started with Gateway, follow the integration guides below depending on th "Invariant-Authorization": "Bearer your-invariant-api-key" }, ), - base_url="http://localhost:8005/api/v1/proxy/{add-your-dataset-name-here}/anthropic", + base_url="https://explorer.invariantlabs.ai/api/v1/proxy/{add-your-dataset-name-here}/anthropic", ) ```