mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(fix) s3 + os.environ/ cache test
This commit is contained in:
parent
c222c0bfb8
commit
edac4130bb
1 changed files with 1 additions and 5 deletions
|
@ -557,11 +557,7 @@ def test_s3_cache_acompletion_stream_azure():
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
litellm.cache = Cache(
|
litellm.cache = Cache(
|
||||||
type="s3",
|
type="s3", s3_bucket_name="cache-bucket-litellm", s3_region_name="us-west-2"
|
||||||
s3_bucket_name="cache-bucket-litellm",
|
|
||||||
s3_region_name="os.environ/AWS_REGION",
|
|
||||||
s3_aws_access_key_id="os.environ/AWS_ACCESS_KEY_ID",
|
|
||||||
s3_aws_secret_access_key="os.environ/AWS_SECRET_ACCESS_KEY",
|
|
||||||
)
|
)
|
||||||
print("s3 Cache: test for caching, streaming + completion")
|
print("s3 Cache: test for caching, streaming + completion")
|
||||||
response_1_content = ""
|
response_1_content = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue