doc: update on /health and /api/config endpoints
This commit is contained in:
parent
ea8cda73d9
commit
539d5f98a2
2 changed files with 8 additions and 0 deletions
|
|
@ -206,6 +206,8 @@ The `/health` endpoint provides comprehensive health status:
|
|||
}
|
||||
```
|
||||
|
||||
For Ollama endpoints the probe is a parallel check of `/api/version` (liveness) and `/api/ps` (the route used by `choose_endpoint` when selecting a backend for a request). Reporting `ok` only when both succeed prevents the router from advertising an endpoint as healthy while completion calls dead-end on `/api/ps`. The same dual probe backs `/api/config`, which the dashboard uses to render endpoint health.
|
||||
|
||||
## Database Schema
|
||||
|
||||
The router uses SQLite for persistent storage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue