feat: export azure api version (#1873)

This commit is contained in:
Yingjie He
2025-03-26 12:04:02 -07:00
committed by GitHub
parent 0b02ae4a42
commit 2eb2462e5e
4 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ impl Provider for AzureProvider {
ConfigKey::new("AZURE_OPENAI_API_KEY", true, true, None),
ConfigKey::new("AZURE_OPENAI_ENDPOINT", true, false, None),
ConfigKey::new("AZURE_OPENAI_DEPLOYMENT_NAME", true, false, None),
ConfigKey::new("AZURE_OPENAI_API_VERSION", false, false, Some("2024-10-21")),
ConfigKey::new("AZURE_OPENAI_API_VERSION", true, false, Some("2024-10-21")),
],
)
}