mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
removed extra comma typo
This commit is contained in:
parent
3f1554c099
commit
b1423bc8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ async def _perform_health_check_and_save(
|
|||
cli_model=cli_model,
|
||||
model=target_model,
|
||||
details=details,
|
||||
max_concurrency=max_concurrency,,
|
||||
max_concurrency=max_concurrency,
|
||||
model_id=model_id,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue