mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(utils.py): fix linting errors
This commit is contained in:
parent
0bcfdafc58
commit
dc58b9f33e
2 changed files with 4 additions and 3 deletions
|
@ -3865,6 +3865,7 @@ class Router:
|
|||
if supported_openai_params is None:
|
||||
supported_openai_params = []
|
||||
model_info = ModelMapInfo(
|
||||
key=model_group,
|
||||
max_tokens=None,
|
||||
max_input_tokens=None,
|
||||
max_output_tokens=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue