mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(openai.py): fix linting issues
This commit is contained in:
parent
6b14c8d2de
commit
a23c0a2599
4 changed files with 14 additions and 27 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue