Skip to content

Commit 21c5437

Browse files
author
Paweł Kędzia
committed
Merge branch 'features/anon'
2 parents 256a316 + fb39f4d commit 21c5437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llm_router_api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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). |

0 commit comments

Comments
 (0)