mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
(chore) linting fix
This commit is contained in:
parent
e788a34da4
commit
1fa9ddd739
1 changed files with 1 additions and 1 deletions
|
|
@ -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=[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue