fix(openai.py): fix linting issues

This commit is contained in:
Krrish Dholakia 2023-11-16 11:01:20 -08:00
parent 6b14c8d2de
commit a23c0a2599
4 changed files with 14 additions and 27 deletions

View file

@ -20,7 +20,7 @@ def test_openai_embedding():
# print(f"response: {str(response)}")
except Exception as e:
pytest.fail(f"Error occurred: {e}")
# test_openai_embedding()
test_openai_embedding()
def test_openai_azure_embedding_simple():
try: