mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(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
|
||||
litellm.api_key or
|
||||
litellm.azure_key or
|
||||
get_secret("AZURE_OPENAI_API_KEY") or
|
||||
get_secret("AZURE_API_KEY")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue