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

@ -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