From 2538411955347df1ea96f6d5069d71ed26dde40b Mon Sep 17 00:00:00 2001 From: ngxson Date: Tue, 23 Jul 2024 21:48:11 +0200 Subject: [PATCH] fix typo --- tests/test-chat-template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"});