mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
test(test_completion.py): fix azure read from env variable test
This commit is contained in:
parent
60dab0d700
commit
abe2a009f9
2 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ def test_completion_azure():
|
|||
response = completion(
|
||||
model="azure/chatgpt-v-2",
|
||||
messages=messages,
|
||||
api_key="os.environ/AZURE_API_KEY_NA"
|
||||
api_key="os.environ/AZURE_API_KEY"
|
||||
)
|
||||
print(f"response: {response}")
|
||||
## Test azure flag for backwards compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue