Unverified Commit ca4b86c5 authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

fix: Update OpenAI client base URL in documentation (#9576)

parent dd6ec029
...@@ -55,7 +55,7 @@ The URLs should be MCP SSE servers that expose server information and well-docum ...@@ -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"
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment