feat: add SearXNG configuration for web search tool
- Add SEARXNG_HOST config with localhost:8087 default - Add SEARXNG_TIMEOUT setting (30 seconds default) - Update .env.example with SearXNG configuration - Supports both local and production SearXNG instances
This commit is contained in:
@@ -14,6 +14,10 @@ OLLAMA_HOST=http://your-ollama-host:11434
|
||||
OLLAMA_DEFAULT_MODEL=mistral-nemo:latest
|
||||
OLLAMA_TIMEOUT=120
|
||||
|
||||
# SearXNG Configuration
|
||||
SEARXNG_HOST=http://searxng:8087
|
||||
SEARXNG_TIMEOUT=30
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user