mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test(test_router.py): fix init issue
This commit is contained in:
parent
a250489405
commit
b4aa9f0ae4
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def test_call_one_endpoint():
|
|||
print("\n response", response)
|
||||
asyncio.run(call_azure_completion())
|
||||
asyncio.run(call_bedrock_claude())
|
||||
asyncio.run(call_azure_embedding()
|
||||
asyncio.run(call_azure_embedding())
|
||||
|
||||
os.environ["AZURE_API_BASE"] = old_api_base
|
||||
os.environ["AZURE_API_KEY"] = old_api_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue