Skip to content

Commit f02668d

Browse files
committed
Correct base_url.
1 parent 3c8fa47 commit f02668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http_client = Client(
3737
)
3838
openai = OpenAI(
3939
http_client=http_client,
40-
base_url="https://explorer.invariantlabs.ai//api/v1/gateway/{your-dataset-name}/openai",
40+
base_url="https://explorer.invariantlabs.ai/api/v1/gateway/{your-dataset-name}/openai",
4141
)
4242

4343
result = openai.chat.completions.create(

0 commit comments

Comments
 (0)