server : fix spacing [no ci]
Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
d424afac5f
commit
2dea48758e
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ struct server_task_result_embd : server_task_result {
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual json to_json() override {
|
virtual json to_json() override {
|
||||||
if (embedding.size() == 1){
|
if (embedding.size() == 1) {
|
||||||
// to be OAI compatible
|
// to be OAI compatible
|
||||||
return json {
|
return json {
|
||||||
{"index", index},
|
{"index", index},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue