mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(chore) linting fix
This commit is contained in:
parent
a73a2eedc0
commit
66dc4784d2
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
Add a link
Reference in a new issue