diff --git a/fern/pages/text-generation/safety-modes.mdx b/fern/pages/text-generation/safety-modes.mdx index d338fa50..4496cd2f 100644 --- a/fern/pages/text-generation/safety-modes.mdx +++ b/fern/pages/text-generation/safety-modes.mdx @@ -27,9 +27,9 @@ Users can switch between modes by simply adding the `safety_mode` parameter and Here are the options, in outline: -- `"CONTEXTUAL"` (default): For wide-ranging interactions with fewer constraints on output while maintaining core protections. Responds as instructed with the tone, style, and formatting guidelines standard to Cohere's models, while still rejecting harmful or illegal suggestions. Well-suited for entertainment, creative, educational use. +- `"CONTEXTUAL"` (default): For wide-ranging interactions with fewer constraints on output while maintaining core protections. Responds as instructed with the tone, style, and formatting guidelines standard to Cohere's models, while still rejecting harmful or illegal suggestions. Well-suited for entertainment, creative, and educational use. - `"STRICT"`: Encourages avoidance of all sensitive topics. Strict content guardrails provide an extra safe experience by prohibiting inappropriate responses or recommendations. Ideal for general and enterprise use. -- `"NONE"`: If you want to turn safety mode off, just set `safety_mode` to `NONE`. +- `"NONE"`: If you want to turn safety mode off, just set `safety_mode` to `"NONE"`. ### Strict Mode In strict mode, the model works to avoid all sensitive topics. Strict content guardrails provide an extra safe experience by prohibiting inappropriate responses or recommendations. This mode is ideal for general open-ended use.