mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
docs(guardrails): point the NeuralTrust README at the canonical docs URL
The integration guide moved from /trustguard/integrations/litellm to /integrations/litellm. The old path still redirects, so this only drops the hop
This commit is contained in:
parent
dcb1a577a6
commit
b778c2d412
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Native LiteLLM guardrail. Sends chat input and output to TrustGuard `POST /v1/evaluate`.
|
||||
|
||||
Setup guide, verdict mapping, and the streaming caveat:
|
||||
[docs.neuraltrust.ai/trustguard/integrations/litellm](https://docs.neuraltrust.ai/trustguard/integrations/litellm).
|
||||
[docs.neuraltrust.ai/integrations/litellm](https://docs.neuraltrust.ai/integrations/litellm).
|
||||
|
||||
## Config
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ LiteLLM streaming guardrails default to `block_only`. `block` still fires on str
|
|||
|
||||
## References
|
||||
|
||||
- [NeuralTrust TrustGuard on LiteLLM](https://docs.neuraltrust.ai/trustguard/integrations/litellm)
|
||||
- [NeuralTrust TrustGuard on LiteLLM](https://docs.neuraltrust.ai/integrations/litellm)
|
||||
- [TrustGuard Evaluate API](https://docs.neuraltrust.ai/trustguard/api/evaluate)
|
||||
- [TrustGuard collectors](https://docs.neuraltrust.ai/trustguard/concepts/collectors)
|
||||
- [LiteLLM Guardrails Documentation](https://docs.litellm.ai/docs/proxy/guardrails/quick_start)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue