test_bedrock_embedding_cohere

This commit is contained in:
Ishaan Jaffer 2026-03-30 21:08:51 -07:00
parent a7bfe0c540
commit 8c6a67dae1

View File

@ -549,7 +549,7 @@ def test_bedrock_embedding_cohere():
"good morning from litellm, attempting to embed data",
"lets test a second string for good measure",
],
aws_region_name="os.environ/AWS_REGION_NAME",
aws_region_name="us-west-2",
)
assert isinstance(
response["data"][0]["embedding"], list