File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ static common_chat_msg common_chat_parse_functionary_v3_2(const std::string & in
596596 res.content = content + res.content ;
597597 return res;
598598 } catch (const std::exception & e) {
599- LOG_ERR (" Failed to parse functionary v3.2 input: %s" , e.what ());
599+ LOG_ERR (" Failed to parse functionary v3.2 input: %s\n " , e.what ());
600600 common_chat_msg res;
601601 res.role = " assistant" ;
602602 res.content = input;
Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ static json oaicompat_completion_params_parse(
641641 inputs.tool_choice = tool_choice;
642642 inputs.parallel_tool_calls = json_value (body, " parallel_tool_calls" , false );
643643 if (inputs.parallel_tool_calls && !tmpl.original_caps ().supports_parallel_tool_calls ) {
644- LOG_DBG (" Disabling parallel_tool_calls because the template does not support it" );
644+ LOG_DBG (" Disabling parallel_tool_calls because the template does not support it\n " );
645645 inputs.parallel_tool_calls = false ;
646646 }
647647 inputs.stream = stream;
You can’t perform that action at this time.
0 commit comments