mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
docs: Add Bedrock Guardrails support (#475)
Co-authored-by: David Neale <david.neale@admiralfinancialservices.co.uk>
This commit is contained in:
@@ -57,6 +57,10 @@ endpoints:
|
||||
- "us-west-2"
|
||||
streamRate: 35
|
||||
titleModel: 'anthropic.claude-3-haiku-20240307-v1:0'
|
||||
guardrailConfig:
|
||||
guardrailIdentifier: "abc123xyz"
|
||||
guardrailVersion: "1"
|
||||
trace: "enabled"
|
||||
```
|
||||
|
||||
- `streamRate`: (Optional) Set the rate of processing each new token in milliseconds.
|
||||
@@ -70,6 +74,12 @@ endpoints:
|
||||
- If provided, users will see a dropdown to select the region. If not selected, the default region is used.
|
||||
- 
|
||||
|
||||
- `guardrailConfig`: (Optional) Configure AWS Bedrock Guardrails for content filtering.
|
||||
- `guardrailIdentifier`: The guardrail ID or ARN from your AWS Bedrock Console.
|
||||
- `guardrailVersion`: The guardrail version number (e.g., `"1"`) or `"DRAFT"`.
|
||||
- `trace`: (Optional) Enable trace logging: `"enabled"`, `"disabled"`, or `"enabled_full"`.
|
||||
- See [AWS Bedrock Guardrails documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-how.html) for creating and managing guardrails.
|
||||
|
||||
## Notes
|
||||
|
||||
- The following models are not supported due to lack of streaming capability:
|
||||
|
||||
Reference in New Issue
Block a user