Skip to content

Commit 38a6de6

Browse files
pnbqnixsynapse
authored andcommitted
server : move no API key doc to /health (ggml-org#14352)
1 parent 2e44f93 commit 38a6de6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/server/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ node index.js
370370

371371
### GET `/health`: Returns heath check result
372372

373+
This endpoint is public (no API key check).
374+
373375
**Response format**
374376

375377
- HTTP status code 503
@@ -708,7 +710,7 @@ If the tokens are missing, then the extra context is simply prefixed at the star
708710

709711
### **GET** `/props`: Get server global properties.
710712

711-
This endpoint is public (no API key check). By default, it is read-only. To make POST request to change global properties, you need to start server with `--props`
713+
By default, it is read-only. To make POST request to change global properties, you need to start server with `--props`
712714

713715
**Response format**
714716

0 commit comments

Comments
 (0)