update web search functionality

This commit is contained in:
binary-husky
2024-12-02 01:55:01 +08:00
parent e62decac21
commit bd7b219e8f
4 changed files with 21 additions and 7 deletions

View File

@@ -274,7 +274,7 @@ GROBID_URLS = [
# Searxng互联网检索服务
SEARXNG_URL = "https://cloud-1.agent-matrix.com/"
SEARXNG_URLS = [ f"https://hamercity-ai-search-{x}.hf.space/" for x in range(1, 9) ]
# 是否允许通过自然语言描述修改本页的配置,该功能具有一定的危险性,默认关闭
@@ -403,7 +403,7 @@ DAAS_SERVER_URL = "https://hamercity-bbdown.hf.space/stream"
插件在线服务配置依赖关系示意图
├── 互联网检索
│ └── SEARXNG_URL
│ └── SEARXNG_URLS
├── 语音功能
│ ├── ENABLE_AUDIO