Skip to content

Commit 8ea082c

Browse files
ericcurtinngxson
andauthored
Update examples/server/server.cpp
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent a4e9e4d commit 8ea082c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/server/server.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,10 +1899,10 @@ struct server_context {
18991899
auto templates = common_chat_templates_from_model(model, "");
19001900
common_chat_inputs inputs;
19011901
inputs.messages = json::array({
1902-
{
1903-
{ "role", "user" },
1904-
{ "content", "test" },
1905-
}
1902+
{
1903+
{ "role", "user" },
1904+
{ "content", "test" },
1905+
}
19061906
});
19071907
GGML_ASSERT(templates.template_default);
19081908
try {

0 commit comments

Comments
 (0)