mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 12:10:18 +00:00
20 lines
364 B
JSON
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|>"
|
|
}
|