So heres just a little fake example I made in the playground
messages=[
{
"role": "system",
"content": "You are a helpful assistant for helping users name their pets."
},
{
"role": "user",
"content": "hey there"
},
{
"role": "assistant",
"content": "Hello! How can I help you today?"
}
],
Exactly how is system user and assistant differentiated? I understand this would be the start of a chat? But is the user and assistant role just there to initially guide it sort of like few-shot learning by giving an example of chat?