refactor(router.py): renaming variable

This commit is contained in:
Krrish Dholakia 2023-11-15 12:31:29 -08:00
parent 03303033e5
commit 563a3d3016
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@
# "api_version": os.getenv("AZURE_API_VERSION"),
# "api_base": os.getenv("AZURE_API_BASE")
# }
# }], chat_completion_params={"acompletion": True}))
# }], default_litellm_params={"acompletion": True}))
# class UserExtract(BaseModel):
# name: str