diff --git a/config/config.example.json b/config/config.example.json index b259df6f6..fb123a8c7 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -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",