(ci/cd) reset azure api key

This commit is contained in:
ishaan-jaff 2023-12-11 22:23:11 -08:00
parent f69653c126
commit d563e53948

View file

@ -189,6 +189,7 @@ def test_completion_azure_exception():
}
],
)
os.environ["AZURE_API_KEY"] = old_azure_key
print(f"response: {response}")
print(response)
except openai.AuthenticationError as e: