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 75f816d commit 9bb2a8fCopy full SHA for 9bb2a8f
tests/test-chat.cpp
@@ -563,7 +563,6 @@ static void test_template_output_parsers() {
563
inputs_tools_builtin.messages = {message_user};
564
inputs_tools_builtin.tools = {python_tool};
565
566
- goto harmony;
567
{
568
// Not supported yet
569
auto tmpls = read_templates("models/templates/CohereForAI-c4ai-command-r-plus-tool_use.jinja");
@@ -1440,8 +1439,6 @@ static void test_template_output_parsers() {
1440
1439
/* expect_grammar_triggered= */ false
1441
);
1442
}
1443
-
1444
-harmony:
1445
1446
auto tmpls = read_templates("models/templates/openai-gpt-oss-120b.jinja");
1447
std::vector<std::string> end_tokens{ "<|return|>" };
0 commit comments