rm wrong warning in command-r parser (when normal text)

This commit is contained in:
ochafik 2025-02-09 18:13:32 +00:00
parent 8d82be902e
commit 30dcfaa57a

View file

@ -442,7 +442,6 @@ static common_chat_msg common_chat_parse_command_r7b(const std::string & input,
auto response = match[1].str();
result.content += response;
} else {
LOG_ERR("Failed to parse command_r output");
result.content += rest;
}
return result;