mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test(test_langfuse.py): add retries to langfuse test
This commit is contained in:
parent
40edb546dc
commit
91dc9a34e5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
|||
|
||||
from litellm import completion
|
||||
import litellm
|
||||
|
||||
litellm.num_retries = 3
|
||||
litellm.success_callback = ["langfuse"]
|
||||
# litellm.set_verbose = True
|
||||
import time
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue