mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(test) amazon.titan-embed-text-v1
This commit is contained in:
parent
f66e9c6bce
commit
b991152b85
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def test_cohere_embedding():
|
||||||
def test_bedrock_embedding():
|
def test_bedrock_embedding():
|
||||||
try:
|
try:
|
||||||
response = embedding(
|
response = embedding(
|
||||||
model="bedrock/amazon.titan-embed-text-v1", input=["good morning from litellm, attempting to embed data"]
|
model="amazon.titan-embed-text-v1", input=["good morning from litellm, attempting to embed data"]
|
||||||
)
|
)
|
||||||
print(f"response:", response)
|
print(f"response:", response)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue