NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.22k stars 402 forks source link

Feat/content safety #674

Closed Pouyanpi closed 3 months ago

Pouyanpi commented 3 months ago

This PR introduces the content safety module, enabling users to utilize various models through a "content safety check input/output" flow.

Key enhancements include:

TODO and Remarks:

Pouyanpi commented 3 months ago

also resolves #552