forked from phoenix/litellm-mirror
fix(utils.py): bug fixes
This commit is contained in:
parent
0440168915
commit
f8d1720690
3 changed files with 4 additions and 3 deletions
|
@ -673,7 +673,7 @@ async def test_async_embedding_bedrock():
|
|||
response = await litellm.aembedding(
|
||||
model="bedrock/cohere.embed-multilingual-v3",
|
||||
input=["good morning from litellm"],
|
||||
aws_region_name="os.environ/AWS_REGION_NAME_2",
|
||||
aws_region_name="us-east-1",
|
||||
)
|
||||
await asyncio.sleep(1)
|
||||
print(f"customHandler_success.errors: {customHandler_success.errors}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue