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 2bfde31 commit 1330550Copy full SHA for 1330550
common/chat.cpp
@@ -1448,15 +1448,15 @@ static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
1448
try {
1449
channel();
1450
} catch (const common_chat_msg_parse_exception & e) {
1451
- LOG_ERR("Parse error: %s\n", e.what());
+ LOG_ERR("parse error: %s\n", e.what());
1452
}
1453
1454
// Read in complete messages until done or partial exception raised
1455
while (builder.try_find_literal("<|start|>")) {
1456
1457
start();
1458
1459
1460
1461
1462
0 commit comments