fix: Update OpenAI client base URL in documentation (#9576)
This commit is contained in:
@@ -55,7 +55,7 @@ The URLs should be MCP SSE servers that expose server information and well-docum
|
|||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
|
|
||||||
client = OpenAI(
|
client = OpenAI(
|
||||||
base_url="http://localhost:30323/v1",
|
base_url="http://localhost:30000/v1",
|
||||||
api_key="sk-123456"
|
api_key="sk-123456"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user