mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix - azure test - don't pop api key
This commit is contained in:
parent
d55aada92a
commit
12afabca08
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ def test_returned_settings():
|
|||
|
||||
try:
|
||||
print("testing if router raises an exception")
|
||||
old_api_key = os.environ["AZURE_API_KEY"]
|
||||
os.environ["AZURE_API_KEY"] = ""
|
||||
model_list = [
|
||||
{
|
||||
"model_name": "gpt-3.5-turbo", # openai model name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue