mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(docs) bedrock pass existing client to completion
This commit is contained in:
parent
5f55b4a1ab
commit
f735ca7e46
2 changed files with 23 additions and 2 deletions
|
@ -276,8 +276,8 @@ def completion(
|
|||
init_bedrock_client(
|
||||
aws_access_key_id=aws_access_key_id,
|
||||
aws_secret_access_key=aws_secret_access_key,
|
||||
aws_region_name=aws_region_name
|
||||
)
|
||||
aws_region_name=aws_region_name,
|
||||
),
|
||||
)
|
||||
|
||||
model = model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue