Align SearXNG fallback URL

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 10:50:07 +09:00
parent bf325f6b21
commit 0e3734a318
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class SearchConfig(BaseSettings):
# Web search
searxng_instance: str = Field(
default="http://localhost:8888",
default="http://localhost:8080",
description="SearXNG instance URL (self-hosted)"
)
web_search_count: int = Field(default=10, description="Number of search results to retrieve")