Skip to content

Commit

Permalink
Update fern/pages/text-generation/safety-modes.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael <[email protected]>
Signed-off-by: trentfowlercohere <[email protected]>
  • Loading branch information
trentfowlercohere and mkozakov authored Jan 22, 2025
1 parent b534966 commit e2b99fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/text-generation/safety-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here are the options, in outline:
[Command R7B](https://docs.cohere.com/v1/docs/command-r7b) was released in late 2024, and it is the smallest, fastest, and final model in our R family of enterprise-focused large language models (LLMs). There are several important differences in how safety modes operate in Command R7B compared to older models that developers need to understand to use it responsibly:

- When using Command R7B for use cases that are *NOT RAG or tool use*, the only two supported values for the `safety_mode` parameter are `STRICT` and `CONTEXTUAL`.
- When using Command R7B for *RAG or tool use use cases*, the API will set the `safety_mode` parameter to `CONTEXTUAL` by default.
- When using Command R7B for *RAG or tool use use cases*, the only supported safety mode is `CONTEXTUAL`.
- Regardless, for all use cases, if a user does not pass a value to the safety_mode parameter, the API will set it to `CONTEXTUAL` by default.

Command R7B also has updated safety preambles for both `STRICT` and `CONTEXTUAL` safety modes, described in the relevant sections below.
Expand Down

0 comments on commit e2b99fd

Please sign in to comment.