mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test test_e2e_bedrock_embedding
This commit is contained in:
parent
ed5c9f1c69
commit
eabc9cd415
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ def test_bedrock_embedding_models(model, input_type, embed_response):
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@patch.dict(os.environ, {}, clear=True)
|
||||
def test_e2e_bedrock_embedding():
|
||||
"""
|
||||
Test text embedding with TwelveLabs Marengo.
|
||||
|
|
@ -116,6 +117,7 @@ def test_e2e_bedrock_embedding():
|
|||
|
||||
|
||||
|
||||
@patch.dict(os.environ, {}, clear=True)
|
||||
def test_e2e_bedrock_embedding_image_twelvelabs_marengo():
|
||||
"""
|
||||
Test image embedding with TwelveLabs Marengo.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue