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

只有链接没内容的看这里,临时解决方案 #35

Closed cypggs closed 5 months ago

cypggs commented 5 months ago
docker network create my_network
docker run -d  --restart always --network my_network --name aurora -p 8080:8080 ghcr.io/aurora-develop/aurora:latest

docker run -d --name backend --network my_network \
  -p 8000:8000 \
  --restart on-failure \
  docker.io/duriancat/free_ask_internet:1.0

docker run -d --name chatgpt-next-web --network my_network \
  -p 3000:3000 \
  -e OPENAI_API_KEY="FreeAskInternet" \
  -e BASE_URL="http://backend:8000" \
  -e CUSTOM_MODELS="-all,+gpt-3.5-turbo" \
  --restart always \
  yidadaa/chatgpt-next-web

docker run -d --name searxng --network my_network \
  -v $(pwd)/searxng:/etc/searxng:rw \
  -e SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ \
  --cap-drop ALL \
  --cap-add CHOWN \
  --cap-add SETGID \
  --cap-add SETUID \
  --log-driver json-file \
  --log-opt max-size=1m \
  --log-opt max-file=1 \
  --restart always \
  docker.io/searxng/searxng:latest

换一下就行了FreeGPT3.5,用以上直接跑就 ok

image
seekme-ai commented 5 months ago

香港服务器测试没有奏效,链接也出不来了

cypggs commented 5 months ago

香港服务器测试没有奏效,链接也出不来了

换个美国 IP 估计就可以,openai web 对香港不开放

seekme-ai commented 5 months ago

如果是美国ip,原来freegpt3.5也是可以搞定的

Guyuan404 commented 5 months ago
Snipaste_2024-04-10_15-26-13

美国ip 换了之后如图

Guyuan404 commented 5 months ago

image 报错如图

wyt990 commented 5 months ago

{ "error": true, "message": "network error" } 美丽国服务器的代理。

nashsu commented 5 months ago

新版更新了,大家可以更新下,不光GPT3.5,kimi、Qwen、智谱GLM、自定义LLM都支持了。 彻底解决这个问题