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 280a93b commit 882a4b0Copy full SHA for 882a4b0
tools/server/utils.hpp
@@ -584,7 +584,7 @@ static json oaicompat_completion_params_parse(
584
const json & body, /* openai api json semantics */
585
bool use_jinja,
586
common_reasoning_format reasoning_format,
587
- const std::map<std::string,std::string> default_template_kwargs,
+ const std::map<std::string, std::string> & default_template_kwargs,
588
const struct common_chat_templates * tmpls,
589
bool allow_non_text,
590
std::vector<raw_buffer> & out_files)
0 commit comments