Skip to content
Merged
Prev Previous commit
Next Next commit
server : fix spacing [no ci]
Co-authored-by: Xuan Son Nguyen <[email protected]>
  • Loading branch information
ggerganov and ngxson committed Dec 18, 2024
commit 2dea48758e3935bbc20255619888ec220a969765
2 changes: 1 addition & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ struct server_task_result_embd : server_task_result {
}

virtual json to_json() override {
if (embedding.size() == 1){
if (embedding.size() == 1) {
// to be OAI compatible
return json {
{"index", index},
Expand Down