Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ OFFICEQA_DOC_MODE=parsed
FRONTIER_AGENT_DATASETS_DIR=

# Optional: web search and page fetching.
# Support any Serper.dev-compatible endpoint (like litescrape.com, serpbase.dev,
# and others): set SERPER_BASE_URL and a provider-issued SERPER_API_KEY.
SERPER_API_KEY=
SERPER_BASE_URL=https://google.serper.dev
JINA_API_KEY=
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,13 @@ OPENAI_MODEL=your-model-name

# Optional web research tools
SERPER_API_KEY=
SERPER_BASE_URL=https://google.serper.dev
JINA_API_KEY=
```

Support any Serper.dev-compatible endpoint (like litescrape.com, serpbase.dev,
and others) by setting `SERPER_BASE_URL` and a provider-issued `SERPER_API_KEY`.

Start the TUI:

```bash
Expand Down