We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74aee0 commit 3ca03c7Copy full SHA for 3ca03c7
common/chat.cpp
@@ -1414,7 +1414,6 @@ static common_chat_msg common_chat_parse_phi_4(const std::string & input) {
1414
return parse_json_tool_calls(input, std::nullopt, function_regex, close_regex);
1415
}
1416
1417
-
1418
static common_chat_params common_chat_params_init_hermes_2_pro(const common_chat_template & tmpl, const struct templates_params & inputs) {
1419
common_chat_params data;
1420
// (content)?(<tool_call>{"name": "foo", "arguments": {"a": 1}}</tool_call>)*
0 commit comments