Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 237448d

Browse files
authored
doc: add symbol comma into chatml.md (#329)
1 parent 2b0bb90 commit 237448d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatml.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We do not currently allow autocompleting of partial messages,
5959
```
6060
[
6161
{"token": "<|im_start|>"},
62-
"system\nPlease autocomplete the user's message."
62+
"system\nPlease autocomplete the user's message.",
6363
{"token": "<|im_end|>"}, "\n", {"token": "<|im_start|>"},
6464
"user\nThis morning I decided to eat a giant"
6565
]
@@ -87,7 +87,7 @@ Comment allez-vous?
8787
{{user input here}}<|im_end|>
8888
```
8989
If adding instructions in the `system` message doesn't work, you can
90-
also try putting them into a `user` message. (In the near future, we
90+
also try putting them into a `user` message. (In the near future, we
9191
will train our models to be much more steerable via the system
9292
message. But to date, we have trained only on a few system messages,
9393
so the models pay much more attention to user examples.)

0 commit comments

Comments
 (0)