mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 19:06:53 +00:00
Merge pull request #22053 from atapia27/healthcheck-typo-fix
removed extra comma typo
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user