Skip to content

Commit

Permalink
log full body
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent c08f4e4 commit 9a2e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/bedrock_invoker/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def lambda_handler(event, context):
if 'text' in content:
content['text'] = "redacted"

print(f"Invoke bedrock with this body: ", redacted_claude_body)
print(f"Invoke bedrock with this body: ", claude_body)
bedrock_model = 'anthropic.claude-3-sonnet-20240229-v1:0'
print(f"Invoke bedock with this model: ", bedrock_model)
print(f"Invoke claude with system prompt: ", system_prompt)
Expand Down

0 comments on commit 9a2e417

Please sign in to comment.