clean up azure implementation

This commit is contained in:
ishaan-jaff 2023-09-05 15:31:57 -07:00
parent 463e57d0a8
commit 2250d1375e
5 changed files with 61 additions and 90 deletions

View file

@ -83,7 +83,7 @@ def test_bad_azure_embedding():
# def test_good_azure_embedding():
# try:
# response = embedding(model='azure-embedding-model', input=[user_message], azure=True, logger_fn=logger_fn)
# response = embedding(model='azure/azure-embedding-model', input=[user_message], logger_fn=logger_fn)
# # Add any assertions here to check the response
# print(f"response: {str(response)[:50]}")
# except Exception as e: