Skip to content

Commit 3ca03c7

Browse files
committed
remove unnecessary nl
1 parent f74aee0 commit 3ca03c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/chat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,6 @@ static common_chat_msg common_chat_parse_phi_4(const std::string & input) {
14141414
return parse_json_tool_calls(input, std::nullopt, function_regex, close_regex);
14151415
}
14161416

1417-
14181417
static common_chat_params common_chat_params_init_hermes_2_pro(const common_chat_template & tmpl, const struct templates_params & inputs) {
14191418
common_chat_params data;
14201419
// (content)?(<tool_call>{"name": "foo", "arguments": {"a": 1}}</tool_call>)*

0 commit comments

Comments
 (0)