mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +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
|
@ -50,7 +50,7 @@ def test_async_response():
|
|||
pytest.fail(f"An exception occurred: {e}")
|
||||
|
||||
asyncio.run(test_get_response())
|
||||
|
||||
test_async_response()
|
||||
def test_async_anyscale_response():
|
||||
import asyncio
|
||||
litellm.set_verbose = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue