chore: add tests and update url construction for azure provider (#988)

This commit is contained in:
Alice Hau
2025-01-31 14:03:46 -05:00
committed by GitHub
parent 16df22f817
commit e851a6d64c
4 changed files with 47 additions and 19 deletions
@@ -44,7 +44,7 @@
"azure_openai": {
"name": "Azure OpenAI",
"description": "Connect to Azure OpenAI Service",
"models": ["gpt-4o", "gpt-4o-mini", "o1", "o1-mini"],
"models": ["gpt-4o", "gpt-4o-mini"],
"required_keys": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT", "AZURE_OPENAI_DEPLOYMENT_NAME"]
}
}