From 18cd905a1f7495b985779e6ab1f099164c2a7caf Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 22 Aug 2024 18:41:10 -0700 Subject: [PATCH] ci/cd run again --- .circleci/config.yml | 1 + litellm/tests/test_completion.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5abab254..27ab837c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,6 +40,7 @@ jobs: pip install "aioboto3==12.3.0" pip install langchain pip install lunary==0.2.5 + pip install "azure-identity==1.16.1" pip install "langfuse==2.27.1" pip install "logfire==0.29.0" pip install numpydoc diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index c0c3c70f9..25168ec01 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -23,7 +23,7 @@ from litellm import RateLimitError, Timeout, completion, completion_cost, embedd from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler from litellm.llms.prompt_templates.factory import anthropic_messages_pt -# litellm.num_retries=3 +# litellm.num_retries = 3 litellm.cache = None litellm.success_callback = [] user_message = "Write a short poem about the sky"