From 1d8ef90239b0228943342f632a0cc2c9f312f856 Mon Sep 17 00:00:00 2001 From: Trent Fowler Date: Fri, 30 Aug 2024 16:10:45 -0600 Subject: [PATCH] Typos. --- fern/pages/text-generation/safety-modes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.