File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ All routes are prefixed by `LLM_ROUTER_EP_PREFIX` (default `/api`).
140140| Method | Path | Description |
141141| --------| ------------------------------------------| ---------------------------------------------------------------|
142142| ` GET ` | ` /api/ping ` | Health‑check, returns ` "pong" ` |
143- | ` GET ` | ` /api/ollama/ ` | Ollama health endpoint (` "Ollama is running" ` ). |
144- | ` GET ` | ` /api/ollama/ tags ` | List available Ollama model tags. |
145- | ` GET ` | ` /api/openai/ models ` | List OpenAI‑compatible model tags. |
143+ | ` GET ` | ` / ` | Ollama health endpoint (` "Ollama is running" ` ). |
144+ | ` GET ` | ` /tags ` | List available Ollama model tags. |
145+ | ` GET ` | ` /models ` | List OpenAI‑compatible model tags. |
146146| ` POST ` | ` /api/conversation_with_model ` | Chat endpoint (builtin). |
147147| ` POST ` | ` /api/extended_conversation_with_model ` | Chat with extra fields (builtin). |
148148| ` POST ` | ` /api/generate_questions ` | Generate questions from texts (builtin). |
You can’t perform that action at this time.
0 commit comments