From 58f7ccf7c94c29ff7ed97bce26b092321d48f128 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Wed, 5 Mar 2025 14:04:13 +0100 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f840d6..cc14692 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,11 @@ See below for example integrations with popular agents. ##### **Step 1: Modify the API Base** -Enable the `Advanced Options` toggle under settings and update the `Base URL` to `https://explorer.invariantlabs.ai/api/v1/proxy/{add-your-dataset-name-here}/openai`. +Enable the `Advanced Options` toggle under settings and update the `Base URL` to the following + +``` +https://explorer.invariantlabs.ai/api/v1/proxy/{add-your-dataset-name-here}/openai +```