I'm ignorant of what this is: is this the "seed" prompt, so to speak? The prompt the ChatGPT engineers have given itself so it knows what it is and how to respond?
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.
Workaccount2|2 years ago
So seems legit, and we do know OpenAI preprompts, but it's coming from asking Chat what it is.
Chico75|2 years ago
wongarsu|2 years ago
So a typical input might look like
And then the LLM is allowed to fill in what the assistant is supposed to say.therm0|2 years ago