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:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user