nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.41k stars 875 forks source link

只有内容, 没有链接 #58

Open zkbaba opened 4 months ago

zkbaba commented 4 months ago

环境: win11 docker desktop 使用命令docker-compose up -d直接安装的

使用了本地的chatglm3-6b 的api 没有任何链接:

image

在3000端口也是同样的问题,没有任何回复

image

taurusduan commented 4 months ago

我觉得他这个项目很有问题,没有给依赖项目的任何说明。应该是还需要设置变量参数吧。

zkbaba commented 4 months ago

我找到问题了,是容器freeaskinternet-main-searxng-1报错了,报错信息为:WARNING:searx.engines.brave: ErrorContext('searx/search/processors/online.py', 116, "response = req(params['url'], **request_args)", 'httpx.ConnectTimeout', None, (None, None, 'search.brave.com')) False image 该怎么应对,第一次用searxng,不熟悉searxng,不知道该怎么处理这个问题。