forked from phoenix/litellm-mirror
fix(router.py): fix default retry logic
This commit is contained in:
parent
5ad91e1277
commit
160acc085a
6 changed files with 63 additions and 57 deletions
|
@ -447,6 +447,7 @@ class OpenAIChatCompletion(BaseLLM):
|
|||
)
|
||||
else:
|
||||
openai_aclient = client
|
||||
|
||||
## LOGGING
|
||||
logging_obj.pre_call(
|
||||
input=data["messages"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue