Skip to content

Commit

Permalink
Update prompting-command-r.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: maximevoisincohere <[email protected]>
  • Loading branch information
maximevoisincohere authored Aug 24, 2024
1 parent 87c4862 commit 6907e1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ In addition to changing the format of the output, we can also easily change the
> <span class="extra-green">“””## Style Guide
> Answer in the style of David Attenborough.”””</span>
Which will have the model instead produce this majestic response:
Which will have the models instead produce this majestic response:

> <span class="extra-green">Grounded answer: And here, emerging from the icy waters, is the majestic emperor penguin, the largest species of its kind. Growing to an impressive height of 122 centimeters[0], these majestic birds rule the Antarctic[1] oceans. Their imposing stature and proud demeanor make them a sight to behold.</span>
Expand Down Expand Up @@ -375,4 +375,4 @@ def render_chat_history(_conversation: list[dict]) -> str:


rendered_chat_history = render_chat_history(conversation)
```
```

0 comments on commit 6907e1a

Please sign in to comment.