Skip to content

Commit

Permalink
small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Fowler authored and Trent Fowler committed Aug 28, 2024
1 parent 92d898f commit 9ddf611
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 @@ -90,7 +90,7 @@ import cohere
co = cohere.Client(api_key="<YOUR API KEY>")

response = co.chat(
model="co/mmand-r-08-2024",
model="command-r-08-2024",
message="hi",
safety_mode="NONE"
)
Expand Down

0 comments on commit 9ddf611

Please sign in to comment.