File tree 1 file changed +2
-2
lines changed
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,
59
59
```
60
60
[
61
61
{"token": "<|im_start|>"},
62
- "system\nPlease autocomplete the user's message."
62
+ "system\nPlease autocomplete the user's message.",
63
63
{"token": "<|im_end|>"}, "\n", {"token": "<|im_start|>"},
64
64
"user\nThis morning I decided to eat a giant"
65
65
]
@@ -87,7 +87,7 @@ Comment allez-vous?
87
87
{{user input here}}<|im_end|>
88
88
```
89
89
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
91
91
will train our models to be much more steerable via the system
92
92
message. But to date, we have trained only on a few system messages,
93
93
so the models pay much more attention to user examples.)
You can’t perform that action at this time.
0 commit comments