docs: simplify Exa config example in web.md

This commit is contained in:
Louis Walsh 2026-01-26 16:38:58 -08:00
parent b5a6445881
commit 8a7586baf2

View File

@ -158,11 +158,7 @@ Exa provides a `/contents` API endpoint optimized for extracting text content fr
exa: { exa: {
enabled: true, enabled: true,
// API key (optional if EXA_API_KEY is set) // API key (optional if EXA_API_KEY is set)
apiKey: "your-exa-api-key", apiKey: "your-exa-api-key"
// Include page text in results (default: true)
contents: true,
// Max characters of page text per result (default: 1500)
maxChars: 1500
} }
} }
} }
@ -265,8 +261,6 @@ Fetch a URL and extract readable content.
exa: { exa: {
enabled: true, enabled: true,
apiKey: "EXA_API_KEY_HERE", // optional if EXA_API_KEY is set apiKey: "EXA_API_KEY_HERE", // optional if EXA_API_KEY is set
contents: true,
maxChars: 1500,
timeoutSeconds: 30 timeoutSeconds: 30
}, },
firecrawl: { firecrawl: {