AI 免費搜索神器!!跟baidu/google等搜尋說再見

分享 ➥  
                 

為了快速啟動,這裡不需要修改任何配置,只需執行下面的 docker compose 即可….

AI 免費搜索神器!!跟baidu/google等搜尋說再見

图片描述
图片描述
安裝 Docker 點此連結
  • 克隆代碼
git clone https://github.com/yokingma/search_with_ai.git
  

cd search_with_ai
 


  • 編輯 .env 檔

為了快速啟動,這裡不需要修改任何配置,只需執行下面的 docker compose 即可。

...
# default is for docker-compose, could modify if you need.
OPENAI_KEY=freegpt35
OPENAI_PROXY_URL=http://freegpt35:3040/v1

# Local llm: Ollama hostname, could modify if you need.
OLLAMA_HOST=http://host.docker.internal:11434

# Searxng hostname, could modify if you need.
SEARXNG_HOSTNAME=http://searxng:8080


  • 使用 docker-compose 運行。 (無需鑰匙)
docker compose up -d