We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff21bf commit 9cb4099Copy full SHA for 9cb4099
litellm/llms/azure_ai/common_utils.py
@@ -30,7 +30,6 @@ def api_version(self, api_version: Optional[str] = None) -> Optional[str]:
30
api_version
31
or litellm.api_version
32
or get_secret_str("AZURE_API_VERSION")
33
- or get_secret_str("AZURE_AI_API_VERSION")
34
)
35
return api_version
36
0 commit comments