docs(config): add Azure OpenAI example to config.example.json
Add Azure OpenAI configuration example to help users configure Azure OpenAI deployments with the correct API base URL format. Related to #1424
This commit is contained in:
parent
19835b2f60
commit
a28311328d
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@
|
||||||
"model": "longcat/LongCat-Flash-Thinking",
|
"model": "longcat/LongCat-Flash-Thinking",
|
||||||
"api_key": "your-longcat-api-key"
|
"api_key": "your-longcat-api-key"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"model_name": "azure-gpt-4o",
|
||||||
|
"model": "openai/gpt-4o",
|
||||||
|
"api_key": "your-azure-api-key",
|
||||||
|
"api_base": "https://your-resource.openai.azure.com/openai/deployments/your-deployment"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"model_name": "loadbalanced-gpt-5.4",
|
"model_name": "loadbalanced-gpt-5.4",
|
||||||
"model": "openai/gpt-5.4",
|
"model": "openai/gpt-5.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue