Skip to content

Commit a4d2572

Browse files
committed
rename
1 parent 6ec3f77 commit a4d2572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ int main(int argc, char ** argv) {
35193519
std::string prompt = json_value(data, "prompt", std::string());
35203520
std::vector<llama_tokens> tokenized_prompts = tokenize_input_prompts(ctx_server.ctx, prompt, true, true);
35213521
SRV_DBG("creating infill tasks, n_prompts = %d\n", (int) tokenized_prompts.size());
3522-
data["prompts"] = format_infill(
3522+
data["prompt"] = format_infill(
35233523
ctx_server.ctx,
35243524
data.at("input_prefix"),
35253525
data.at("input_suffix"),

0 commit comments

Comments
 (0)