traling space

This commit is contained in:
Xuan Son Nguyen 2024-12-08 17:32:55 +01:00
parent 270c5d6529
commit 5f45778bba

View file

@ -563,7 +563,7 @@ struct server_task_result_cmpl_final : server_task_result {
json choices = json::array({json{{"finish_reason", finish_reason}, json choices = json::array({json{{"finish_reason", finish_reason},
{"index", 0}, {"index", 0},
{"delta", json::object()}}}); {"delta", json::object()}}});
json ret = json { json ret = json {
{"choices", choices}, {"choices", choices},
{"created", t}, {"created", t},