Skip to content

Commit 9d62f62

Browse files
author
ochafik
committed
Update chat.hpp
1 parent 55a7614 commit 9d62f62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/chat.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ struct common_chat_msg_content_part {
1919
std::string text;
2020
};
2121

22-
// same with llama_chat_message, but uses std::string
2322
struct common_chat_msg {
2423
std::string role;
2524
std::string content;

0 commit comments

Comments
 (0)