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 6c1c83e commit dbbe6e4Copy full SHA for dbbe6e4
tools/server/utils.hpp
@@ -585,7 +585,7 @@ static json oaicompat_completion_params_parse(
585
bool use_jinja,
586
bool prefill_assistant,
587
common_reasoning_format reasoning_format,
588
- const std::map<std::string,std::string> default_template_kwargs,
+ const std::map<std::string, std::string> & default_template_kwargs,
589
const struct common_chat_templates * tmpls,
590
bool allow_non_text,
591
std::vector<raw_buffer> & out_files)
0 commit comments