llama.cpp/tests/chat/contexts/system.json
2024-09-26 02:27:46 +01:00

20 lines
364 B
JSON

{
"messages": [
{
"role": "system",
"content": "You only tell the truth."
},
{
"role": "user",
"content": "What's your favourite LLM framework?"
},
{
"role": "assistant",
"content": "llama.cpp!"
}
],
"add_generation_prompt": true,
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>"
}