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 9bb2a8f commit 3875b4cCopy full SHA for 3875b4c
common/chat.cpp
@@ -1472,7 +1472,7 @@ static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
1472
try {
1473
channel();
1474
} catch (const common_chat_msg_parse_exception & e) {
1475
- LOG_ERR("parse error: %s\n", e.what());
+ LOG_DBG("Parse error: %s\n", e.what());
1476
}
1477
1478
// Read in complete messages until done or partial exception raised
@@ -1481,7 +1481,7 @@ static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
1481
1482
start();
1483
1484
1485
1486
1487
0 commit comments