File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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```
8989If 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
9191will train our models to be much more steerable via the system
9292message. But to date, we have trained only on a few system messages,
9393so the models pay much more attention to user examples.)
You can’t perform that action at this time.
0 commit comments