Update chat.cpp
This commit is contained in:
parent
56a14ddc83
commit
f12e3507f7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ static void foreach_function(const json & tools, const std::function<void(const
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string apply(
|
static std::string apply(
|
||||||
const common_chat_template & tmpl,
|
const common_chat_template & tmpl,
|
||||||
const nlohmann::ordered_json & messages,
|
const nlohmann::ordered_json & messages,
|
||||||
const nlohmann::ordered_json & tools,
|
const nlohmann::ordered_json & tools,
|
||||||
bool add_generation_prompt,
|
bool add_generation_prompt,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue