1 parent 30e44a2 commit f29ba0fCopy full SHA for f29ba0f
1 file changed
README.md
@@ -51,7 +51,9 @@ Configuration
51
- `model`: `base_model` name (placeholder until you wire a real LLM).
52
- `reward`: weights `alpha, beta, gamma, delta` for the combined objective.
53
- `search`: `backend` (currently `local`) and `top_k`.
54
+ - To use web search via Serper: set `backend: serper` and export `SERPER_API_KEY`.
55
- `data`: `sample_corpus` path and an example `questions` list.
56
+ - `judge`: choose `heuristic` (default) or `openai` (requires `OPENAI_API_KEY`).
57
58
CLI commands
59
- Demo search (offline local index)
0 commit comments