add /completion endpoint (#275)

* feat: add /completion endpoint
* chore: reformat using gofmt
This commit is contained in:
Yandrik
2025-08-29 06:41:02 +02:00
committed by GitHub
parent 52b329f7bc
commit 977f1856bb
4 changed files with 39 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ Written in golang, it is very easy to install (single binary with no dependencie
- ✅ llama-server (llama.cpp) supported endpoints:
- `v1/rerank`, `v1/reranking`, `/rerank`
- `/infill` - for code infilling
- `/completion` - for completion endpoint
- ✅ llama-swap custom API endpoints
- `/ui` - web UI
- `/log` - remote log monitoring