feat(Tavily): update sample configuration for Tavily integration

This commit is contained in:
OTYAK
2025-04-08 10:41:00 +01:00
parent 2c56aa3cb3
commit 54c71e33e0
9 changed files with 13 additions and 124 deletions

View File

@@ -26,4 +26,8 @@ API_URL = "" # Ollama API URL - http://host.docker.internal:11434
API_KEY = ""
[API_ENDPOINTS]
SEARXNG = "" # SearxNG API URL - http://localhost:32768
SEARXNG = "" # SearxNG API URL - http://localhost:32768
TAVILY = "" # Tavily API key
[SEARCH]
ENGINE = "searxng" # "searxng" or "tavily"