remove redunct entry

This commit is contained in:
Equim 2023-08-11 00:26:18 +08:00
parent f7de84bb8c
commit 212500e454

View file

@ -1037,7 +1037,6 @@ static json format_final_response(llama_server_context &llama, const std::string
{"stopped_limit", llama.stopped_limit},
{"stopping_word", llama.stopping_word},
{"tokens_cached", llama.n_past},
{"tokens_predicted", llama.num_tokens_predicted},
{"timings", format_timings(llama)},
};