We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8fa47 commit f02668dCopy full SHA for f02668d
docs/gateway/index.md
@@ -37,7 +37,7 @@ http_client = Client(
37
)
38
openai = OpenAI(
39
http_client=http_client,
40
- base_url="https://explorer.invariantlabs.ai//api/v1/gateway/{your-dataset-name}/openai",
+ base_url="https://explorer.invariantlabs.ai/api/v1/gateway/{your-dataset-name}/openai",
41
42
43
result = openai.chat.completions.create(
0 commit comments