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.
base_url
1 parent 93aa548 commit 05eec8aCopy full SHA for 05eec8a
README.md
@@ -567,7 +567,7 @@ from openai import OpenAI, DefaultHttpxClient
567
568
client = OpenAI(
569
# Or use the `OPENAI_BASE_URL` env var
570
- base_url="http://my.test.server.example.com:8083",
+ base_url="http://my.test.server.example.com:8083/v1",
571
http_client=DefaultHttpxClient(
572
proxies="http://my.test.proxy.example.com",
573
transport=httpx.HTTPTransport(local_address="0.0.0.0"),
0 commit comments