mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
init BEDROCK_PARTNER_GUARDRAIL_BLOCKED_INPUT_MSG
This commit is contained in:
parent
d2bdf7d618
commit
becd4901f8
1 changed files with 4 additions and 0 deletions
|
|
@ -1506,3 +1506,7 @@ MAX_PAYLOAD_SIZE_FOR_DEBUG_LOG = int(
|
|||
MAX_COMPETITOR_NAMES = int(os.getenv("MAX_COMPETITOR_NAMES", 100))
|
||||
COMPETITOR_LLM_TEMPERATURE = float(os.getenv("COMPETITOR_LLM_TEMPERATURE", 0.3))
|
||||
DEFAULT_COMPETITOR_DISCOVERY_MODEL = "gpt-4o-mini"
|
||||
|
||||
# Partner guardrail provisioning
|
||||
BEDROCK_PARTNER_GUARDRAIL_BLOCKED_INPUT_MSG = "Your request was blocked by the content safety guardrail."
|
||||
BEDROCK_PARTNER_GUARDRAIL_BLOCKED_OUTPUT_MSG = "The response was blocked by the content safety guardrail."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue