fix - azure test - don't pop api key

This commit is contained in:
Ishaan Jaff 2024-04-17 07:54:16 -07:00
parent d55aada92a
commit 12afabca08

View file

@ -26,8 +26,6 @@ def test_returned_settings():
try: try:
print("testing if router raises an exception") print("testing if router raises an exception")
old_api_key = os.environ["AZURE_API_KEY"]
os.environ["AZURE_API_KEY"] = ""
model_list = [ model_list = [
{ {
"model_name": "gpt-3.5-turbo", # openai model name "model_name": "gpt-3.5-turbo", # openai model name