fix(router.py): fix default retry logic

This commit is contained in:
Krrish Dholakia 2024-04-25 11:57:27 -07:00
parent f84e0f4a24
commit f1b2405fe0
6 changed files with 63 additions and 57 deletions

View file

@ -447,6 +447,7 @@ class OpenAIChatCompletion(BaseLLM):
)
else:
openai_aclient = client
## LOGGING
logging_obj.pre_call(
input=data["messages"],