From a28e70fde859b017c979682a8108edc37171ee66 Mon Sep 17 00:00:00 2001 From: ngxson Date: Mon, 24 Jun 2024 11:07:08 +0200 Subject: [PATCH] code style --- examples/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 510c69043..3a26d0220 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -123,7 +123,7 @@ static std::string chat_add_and_format(struct llama_model * model, std::vectorchat_template, chat_msgs, new_msg, role == "user"); chat_msgs.push_back({role, content}); return formatted; -}; +} int main(int argc, char ** argv) { gpt_params params;