forked from phoenix/litellm-mirror
(fix) completion: AZURE_OPENAI_API_KEY
This commit is contained in:
parent
6149642295
commit
224a028ab6
1 changed files with 1 additions and 0 deletions
|
@ -460,6 +460,7 @@ def completion(
|
||||||
api_key or
|
api_key or
|
||||||
litellm.api_key or
|
litellm.api_key or
|
||||||
litellm.azure_key or
|
litellm.azure_key or
|
||||||
|
get_secret("AZURE_OPENAI_API_KEY") or
|
||||||
get_secret("AZURE_API_KEY")
|
get_secret("AZURE_API_KEY")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue