Skip to content

Commit

Permalink
Update examples/server/server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Xuan Son Nguyen <[email protected]>
  • Loading branch information
ggerganov and ngxson authored Sep 27, 2024
1 parent 1ae8376 commit 84b0af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3144,7 +3144,6 @@ int main(int argc, char ** argv) {
return;
}
} else {
exit(0);
res_error(res, format_error_response("\"query\" must be provided", ERROR_TYPE_INVALID_REQUEST));
return;
}
Expand Down

0 comments on commit 84b0af8

Please sign in to comment.