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:
曾文锋0668000834 2026-03-13 09:28:30 +08:00
parent 19835b2f60
commit a28311328d

View file

@ -40,6 +40,12 @@
"model": "longcat/LongCat-Flash-Thinking",
"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": "openai/gpt-5.4",