rm wrong warning in command-r parser (when normal text)
This commit is contained in:
parent
8d82be902e
commit
30dcfaa57a
1 changed files with 0 additions and 1 deletions
|
@ -442,7 +442,6 @@ static common_chat_msg common_chat_parse_command_r7b(const std::string & input,
|
||||||
auto response = match[1].str();
|
auto response = match[1].str();
|
||||||
result.content += response;
|
result.content += response;
|
||||||
} else {
|
} else {
|
||||||
LOG_ERR("Failed to parse command_r output");
|
|
||||||
result.content += rest;
|
result.content += rest;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue