code style
This commit is contained in:
parent
c530ce4c17
commit
a28e70fde8
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static std::string chat_add_and_format(struct llama_model * model, std::vector<l
|
||||||
model, g_params->chat_template, chat_msgs, new_msg, role == "user");
|
model, g_params->chat_template, chat_msgs, new_msg, role == "user");
|
||||||
chat_msgs.push_back({role, content});
|
chat_msgs.push_back({role, content});
|
||||||
return formatted;
|
return formatted;
|
||||||
};
|
}
|
||||||
|
|
||||||
int main(int argc, char ** argv) {
|
int main(int argc, char ** argv) {
|
||||||
gpt_params params;
|
gpt_params params;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue