|
|
|
|
|
by wongarsu
862 days ago
|
|
Exactly. Basically when you have a ChatGPT conversation, under the hood this is put at the start of the conversation as "system" instructions to the model. So a typical input might look like <system> [this prompt]
<user> [what you typed]
<assistant>
And then the LLM is allowed to fill in what the assistant is supposed to say. |
|