forked from phoenix/litellm-mirror
docs(main.py): update acompletion_with_retries docstring
Closes https://github.com/BerriAI/litellm/issues/4908
This commit is contained in:
parent
8e24c3c945
commit
7f0daafc56
1 changed files with 1 additions and 0 deletions
|
@ -2791,6 +2791,7 @@ def completion_with_retries(*args, **kwargs):
|
|||
|
||||
async def acompletion_with_retries(*args, **kwargs):
|
||||
"""
|
||||
[DEPRECATED]. Use 'acompletion' or router.acompletion instead!
|
||||
Executes a litellm.completion() with 3 retries
|
||||
"""
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue