Skip to content

Commit

Permalink
ci/cd run again
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 22, 2024
1 parent 27552fe commit 9a4bc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local_testing/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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 = []
Expand Down

1 comment on commit 9a4bc4a

@ishaan-jaff
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

All ci/cd tests passing on this commit

Please sign in to comment.