fix(parallel_request_limiter.py): fix max parallel request limiter on retries

This commit is contained in:
Krrish Dholakia 2024-05-15 20:16:11 -07:00
parent 153ce0d085
commit 594ca947c8
4 changed files with 100 additions and 6 deletions

View file

@ -2579,7 +2579,7 @@ class Logging:
response_obj=result,
start_time=start_time,
end_time=end_time,
)
) # type: ignore
if callable(callback): # custom logger functions
await customLogger.async_log_event(
kwargs=self.model_call_details,