Skip to content

Commit 30dcfaa

Browse files
author
ochafik
committed
rm wrong warning in command-r parser (when normal text)
1 parent 8d82be9 commit 30dcfaa

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
@@ -442,7 +442,6 @@ static common_chat_msg common_chat_parse_command_r7b(const std::string & input,
442442
auto response = match[1].str();
443443
result.content += response;
444444
} else {
445-
LOG_ERR("Failed to parse command_r output");
446445
result.content += rest;
447446
}
448447
return result;

0 commit comments

Comments
 (0)