forked from phoenix/litellm-mirror
Merge pull request #2619 from BerriAI/litellm_install_tenacity
(fix) include tenacity in req.txt
This commit is contained in:
commit
8c45986e72
2 changed files with 3 additions and 1 deletions
|
@ -17,3 +17,4 @@ router_settings:
|
||||||
debug_level: "DEBUG"
|
debug_level: "DEBUG"
|
||||||
litellm_settings:
|
litellm_settings:
|
||||||
success_callback: ["prometheus"]
|
success_callback: ["prometheus"]
|
||||||
|
num_retries: 2
|
|
@ -34,4 +34,5 @@ jinja2==3.1.3 # for prompt templates
|
||||||
certifi>=2023.7.22 # [TODO] clean up
|
certifi>=2023.7.22 # [TODO] clean up
|
||||||
aiohttp==3.9.0 # for network calls
|
aiohttp==3.9.0 # for network calls
|
||||||
aioboto3==12.3.0 # for async sagemaker calls
|
aioboto3==12.3.0 # for async sagemaker calls
|
||||||
|
tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
|
||||||
####
|
####
|
Loading…
Add table
Add a link
Reference in a new issue