mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
clean up azure implementation
This commit is contained in:
parent
463e57d0a8
commit
2250d1375e
5 changed files with 61 additions and 90 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue