Skip to content

Commit f29ba0f

Browse files
committed
Docs: explain OpenAI judge and Serper backend configuration
1 parent 30e44a2 commit f29ba0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Configuration
5151
- `model`: `base_model` name (placeholder until you wire a real LLM).
5252
- `reward`: weights `alpha, beta, gamma, delta` for the combined objective.
5353
- `search`: `backend` (currently `local`) and `top_k`.
54+
- To use web search via Serper: set `backend: serper` and export `SERPER_API_KEY`.
5455
- `data`: `sample_corpus` path and an example `questions` list.
56+
- `judge`: choose `heuristic` (default) or `openai` (requires `OPENAI_API_KEY`).
5557

5658
CLI commands
5759
- Demo search (offline local index)

0 commit comments

Comments
 (0)