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.45k stars 879 forks source link

在 debian 12 上报错 #4

Open moosetk opened 5 months ago

moosetk commented 5 months ago
ERROR: Invalid interpolation format for "searxng" option in service "services": "SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/"

谁知道是怎么回事吗?

wlzh commented 5 months ago

ubuntu 20.04 , the same error.

norsizu commented 5 months ago

ubuntu 18.04 , the same error.

zhaomo08 commented 5 months ago
image

m1 本地部署成功 RN ubuntu 20.04 , the same error.

jiafu83 commented 5 months ago

ubuntu 20.04 , the same error.

Windows 11 WSL Ubuntu 20.04 the same error

ybdesire commented 5 months ago

centos7 same error

ybdesire commented 5 months ago

upgrade docker compose to Docker Compose version v2.25.0 fixed this issue just run sudo yum install docker-compose-plugin at my CentOS7 env.

wlzh commented 5 months ago

ubuntu 20.04 , the same error.

I have solved my problem.

Reinstall or repair the docker-compose version, where the version number is not as important as whether the functionality is usable. In other words, ensuring that docker-compose is working properly is more important than the specific version number.

sunmoonsh commented 4 months ago

ubuntu 20.04 , the same error.

和你一样的环境以及问题。 后来手动安装最新的docker-compose(apt安装的版本有些老),解决。