You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some LLM guardrail scenarios require invoking a guardrail configuration to check only the
input or the output (which was generated through other methods). In other words, the
interaction with the LLM will not happen through the guardrails layer but rather externally,
and the guardrails layer is only invoked to check the input/output.
However, based on using it, and searching through the issues I don't see that use case surfaced through the Guardrails Server, or any effort to do so yet. Is this correct? And further, what would that API surface look like, something perhaps in a similar vein to the moderation API?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Nemo Guardrails recognizes a use case for "guardrails only":
https://github.com/NVIDIA-NeMo/Guardrails/tree/develop/examples/configs/guardrails_only
However, based on using it, and searching through the issues I don't see that use case surfaced through the Guardrails Server, or any effort to do so yet. Is this correct? And further, what would that API surface look like, something perhaps in a similar vein to the moderation API?
Beta Was this translation helpful? Give feedback.
All reactions