feat(web_search): add Exa as a web search provider alongside Perplexity (#1270)

This commit is contained in:
devin-ai-integration[bot]
2026-09-04 10:34:28 -07:00
committed by GitHub
parent f6d9790ecb
commit afa7c4a77f
9 changed files with 785 additions and 63 deletions

View File

@@ -273,7 +273,6 @@ export LLM_API_KEY="your-api-key"
# Optional
export LLM_API_BASE="your-api-base-url" # if using a local model, e.g. Ollama, LMStudio
export PERPLEXITY_API_KEY="your-api-key" # for search capabilities
```
> [!NOTE]