docs: remove pi-mono jargon, fix features list, update Perplexity config path

This commit is contained in:
Vincent Koc
2026-03-19 10:27:41 -07:00
parent 36f394c299
commit 65a2917c8f
3 changed files with 15 additions and 17 deletions

View File

@@ -18,14 +18,20 @@ This page covers the Perplexity **provider** setup. For the Perplexity
- Type: web search provider (not a model provider)
- Auth: `PERPLEXITY_API_KEY` (direct) or `OPENROUTER_API_KEY` (via OpenRouter)
- Config path: `tools.web.search.perplexity.apiKey`
- Config path: `plugins.entries.perplexity.config.webSearch.apiKey`
## Quick start
1. Set the API key:
```bash
openclaw config set tools.web.search.perplexity.apiKey "pplx-xxxxxxxxxxxx"
openclaw configure --section web
```
Or set it directly:
```bash
openclaw config set plugins.entries.perplexity.config.webSearch.apiKey "pplx-xxxxxxxxxxxx"
```
2. The agent will automatically use Perplexity for web searches when configured.