mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs(main.py): update acompletion_with_retries docstring
Closes https://github.com/BerriAI/litellm/issues/4908
This commit is contained in:
parent
0f167c6928
commit
e3c02a1754
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