We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7915b commit 5cae63aCopy full SHA for 5cae63a
1 file changed
README.md
@@ -78,7 +78,7 @@ Fallbacks are configured in LiteLLM router settings:
78
79
| Method | Path | Description | Auth? | Rate-limited? |
80
|--------|------|-------------|-------|---------------|
81
-| GET | `/api/health` | Dependency status (`ok|degraded|down`) | No | No |
+| GET | `/api/health` | Dependency status | No | No |
82
| GET | `/api/pinned` | Curated & trending topics | No | Light |
83
| POST | `/api/query` | Main query endpoint — returns layered output | Optional | Yes |
84
| POST | `/api/export` | Convert result to file (txt/md) | No | Yes |
0 commit comments