Skip to content

Commit cdb6da4

Browse files
authored
server : log requests to /v1/completions (#16495)
1 parent 6d69ab3 commit cdb6da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4368,7 +4368,7 @@ struct server_context {
43684368

43694369
static void log_server_request(const httplib::Request & req, const httplib::Response & res) {
43704370
// skip GH copilot requests when using default port
4371-
if (req.path == "/v1/health" || req.path == "/v1/completions") {
4371+
if (req.path == "/v1/health") {
43724372
return;
43734373
}
43744374

0 commit comments

Comments
 (0)