refactor: complete pi-web rename in paths and env vars

- Config path: ~/.pi/pi-search/config.json -> ~/.pi/pi-web/config.json
- Env vars: PI_SEARCH_PROVIDER -> PI_WEB_PROVIDER,
  PI_SEARCH_SEARXNG_URL -> PI_WEB_SEARXNG_URL
- README + flake.nix description updated to match.
This commit is contained in:
2026-05-25 11:58:18 -04:00
parent 67ce141b1b
commit 42ce8730ab
5 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ For raw HTTP responses, non-text content, or simple API calls, the LLM is steere
## Config
Drop a JSON file at `~/.pi/pi-search/config.json`:
Drop a JSON file at `~/.pi/pi-web/config.json`:
```json
{
@@ -34,11 +34,11 @@ Drop a JSON file at `~/.pi/pi-search/config.json`:
### Env Var Overrides
| Variable | Overrides |
| ----------------------- | ----------------- |
| `PI_SEARCH_PROVIDER` | `provider` |
| `KAGI_TOKEN` | `kagi.token` |
| `PI_SEARCH_SEARXNG_URL` | `searxng.baseUrl` |
| Variable | Overrides |
| --------------------- | ----------------- |
| `PI_WEB_PROVIDER` | `provider` |
| `KAGI_TOKEN` | `kagi.token` |
| `PI_WEB_SEARXNG_URL` | `searxng.baseUrl` |
### Getting A Kagi Session Token