Merge pull request #2379 from BerriAI/litellm_s3_bucket_folder_path

fix(caching.py): add s3 path as a top-level param
This commit is contained in:
Krish Dholakia 2024-03-06 19:35:46 -08:00 committed by GitHub
commit 06bde2b8c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 3 deletions

View file

@ -219,6 +219,7 @@ def test_completion_claude_3_base64():
pytest.fail(f"An exception occurred - {str(e)}")
@pytest.mark.skip(reason="issue getting wikipedia images in ci/cd")
def test_completion_claude_3_function_plus_image():
litellm.set_verbose = True