fix(router.py): fix default retry logic

This commit is contained in:
Krrish Dholakia 2024-04-25 11:57:27 -07:00
parent 5ad91e1277
commit 160acc085a
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"],