add a config note

This commit is contained in:
binary-husky 2024-12-04 23:55:22 +08:00
parent 4f6a272113
commit eee8115434
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ GROBID_URLS = [
]
# Searxng互联网检索服务
# Searxng互联网检索服务这是一个huggingface空间请前往huggingface复制该空间然后把自己新的空间地址填在这里
SEARXNG_URLS = [ f"https://hamercity-ai-search-{x}.hf.space/" for x in range(1, 9) ]