fix typo
This commit is contained in:
parent
f70331ebd2
commit
2538411955
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ int main(void) {
|
||||||
|
|
||||||
|
|
||||||
// test llama_chat_format_single for user message
|
// test llama_chat_format_single for user message
|
||||||
std::cout << "\n\n=== llama_chat_format_single (system message) ===\n\n";
|
std::cout << "\n\n=== llama_chat_format_single (user message) ===\n\n";
|
||||||
chat2.push_back({"system", "You are a helpful assistant"});
|
chat2.push_back({"system", "You are a helpful assistant"});
|
||||||
chat2.push_back({"user", "Hello"});
|
chat2.push_back({"user", "Hello"});
|
||||||
chat2.push_back({"assistant", "I am assistant"});
|
chat2.push_back({"assistant", "I am assistant"});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue