LMW Bible RAG

v0.1.0 production
Modelgpt-oss:20b
StatusRunning

API Endpoints

GET / — This page
GET /health — Health check (JSON)
POST /query — Ask a question

Query Example

curl -X POST http://localhost:5000/query \
  -H "Content-Type: application/json" \
  -d '{"query": "What does 1 John say about love?"}'