forked from phoenix/litellm-mirror
fix bedrock embedding test
This commit is contained in:
parent
b901a65572
commit
48c365976f
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ def test_bedrock_embedding_titan():
|
||||||
response = embedding(
|
response = embedding(
|
||||||
model="bedrock/amazon.titan-embed-text-v1",
|
model="bedrock/amazon.titan-embed-text-v1",
|
||||||
input=f"good morning from litellm, attempting to embed data {current_time}", # input should always be a string in this test
|
input=f"good morning from litellm, attempting to embed data {current_time}", # input should always be a string in this test
|
||||||
|
aws_region_name="us-west-2",
|
||||||
)
|
)
|
||||||
print(f"response:", response)
|
print(f"response:", response)
|
||||||
assert isinstance(
|
assert isinstance(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue