mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test(test_health_check.py): fix test
This commit is contained in:
parent
9e7b06e17b
commit
d895979065
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ async def test_azure_health_check():
|
|||
"api_base": os.getenv("AZURE_API_BASE"),
|
||||
"api_version": os.getenv("AZURE_API_VERSION"),
|
||||
},
|
||||
mode="completion",
|
||||
mode="chat",
|
||||
)
|
||||
print(f"response: {response}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue