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:
2025-12-07 00:10:30 +01:00
parent e85823ff18
commit a1a0f6923b
2 changed files with 15 additions and 1 deletions
+4
View File
@@ -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