Switched to DDG

This commit is contained in:
Pavel Pivovarov
2026-01-09 11:26:18 +11:00
parent 35733aa3e2
commit 0f9d9fb9c6
6 changed files with 173 additions and 65 deletions

View File

@@ -45,7 +45,6 @@ func main() {
cfg.APIKey,
cfg.Model,
cfg.ContextSize,
cfg.SearXNGURL,
mcpManager,
)
@@ -84,7 +83,6 @@ func main() {
fmt.Println("╚════════════════════════════════════════════════════════════════╝")
fmt.Println()
fmt.Printf("Using model: %s\n", cfg.Model)
fmt.Printf("SearXNG: %s\n", cfg.SearXNGURL)
// Display MCP server status
if len(cfg.MCPServers) > 0 {