mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 16:24:38 +00:00
fix: fix linting error
This commit is contained in:
@@ -6182,8 +6182,8 @@ async def model_info_v1( # noqa: PLR0915
|
||||
else:
|
||||
all_models = []
|
||||
|
||||
for model in all_models:
|
||||
model = _get_proxy_model_info(model=model)
|
||||
for in_place_model in all_models:
|
||||
in_place_model = _get_proxy_model_info(model=in_place_model)
|
||||
|
||||
verbose_proxy_logger.debug("all_models: %s", all_models)
|
||||
return {"data": all_models}
|
||||
|
||||
Reference in New Issue
Block a user