(chore) linting fix

This commit is contained in:
ishaan-jaff 2023-12-05 17:29:09 -08:00
parent e788a34da4
commit 1fa9ddd739

View file

@ -259,7 +259,7 @@ def test_router_azure_acompletion():
async def test1():
response: litellm.ModelResponse = await router.acompletion(
response = await router.acompletion(
model="gpt-3.5-turbo",
messages=[
{