traling space
This commit is contained in:
parent
270c5d6529
commit
5f45778bba
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue