Docs: use placeholder OpenRouter key in web tool docs

This commit is contained in:
Vincent Koc
2026-03-08 11:09:12 -07:00
parent 615466bdf4
commit 55465d86d9

View File

@@ -150,7 +150,7 @@ In this mode, `country` and `language` / `search_lang` still work, but `ui_lang`
enabled: true,
provider: "perplexity",
perplexity: {
apiKey: "sk-or-v1-...", // optional if OPENROUTER_API_KEY is set
apiKey: "<openrouter-api-key>", // optional if OPENROUTER_API_KEY is set
baseUrl: "https://openrouter.ai/api/v1",
model: "perplexity/sonar-pro",
},