Issues with specifying Amazon Bedrock Guardrails #8028
Unanswered
robert-hanuschke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use litellm with Amazon Bedrock. However, I seem to do something wrong specifying Bedrock Guardrails.
In my code, I use the bedrock client of boto3 to list_guardrails and have my desired one here:
However, when I try to use it, I get
The prompt works when I remove the guardrailConfig. The completion call:
I'm using highly privileged credentials here - in fact the same ones that I used to create the Guardrail in the first place. Should not be a permission error.
Any idea what my issue might be here and how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions