Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent 31a1a9b commit 2bbfaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/bedrock_invoker/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def lambda_handler(event, context):
contentType='application/json',
accept='application/json',
modelId=bedrock_model,
config=config
)

return {
Expand Down

0 comments on commit 2bbfaed

Please sign in to comment.