From d638f9c40535384f2e7c4466664b6d13e31c8104 Mon Sep 17 00:00:00 2001 From: Trent Fowler Date: Tue, 14 Jan 2025 12:09:46 -0700 Subject: [PATCH] Minor updates. --- 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 d1352398c..e4d649088 100644 --- a/fern/pages/text-generation/safety-modes.mdx +++ b/fern/pages/text-generation/safety-modes.mdx @@ -19,7 +19,7 @@ Human conversations are always context-aware, and model responses should be just For all these reasons, we believe that **Safety Modes** will manage expectations across enterprise use cases and encourage trusted and reliable usage. -(**NOTE:** Command R/R+ have built-in protections against core harms, such as content that endangers child safety, which are **always** operative and cannot be adjusted.) +(**NOTE:** Command R, R+, and R7B have built-in protections against core harms, such as content that endangers child safety, which are **always** operative and cannot be adjusted.) ## How Does it Work? @@ -27,7 +27,7 @@ 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, and 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. For Command R7B, `CONTEXTUAL` is appropriate for RAG or tool 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"`. (NOTE: this is available for the refreshed models but not for Command R7B.)