diff --git a/tests/test-chat-template.cpp b/tests/test-chat-template.cpp index 8b5cd564d..3a0ae0f8a 100644 --- a/tests/test-chat-template.cpp +++ b/tests/test-chat-template.cpp @@ -155,7 +155,7 @@ int main(void) { // 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({"user", "Hello"}); chat2.push_back({"assistant", "I am assistant"});