知道很多佬友嫌麻烦,看到之前的安装命令头都大了
连夜给佬友们优化安装方式,现在你只要有硅基 APIKey(是哪个佬友还没有??
)
一分钟跑起来!
默认使用硅基 Qwen/Qwen2.5-7B-Instruct(免费) 和 Pro/BAAI/bge-m3
如果需要自定义参数,或者使用别的厂商或模型,参考 GitHub - glidea/zenfeed: Make RSS 📰 great again with AI 🧠✨!!
Mac/Linux
curl -L -O https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml
API_KEY=your_apikey docker-compose up -d
Windows
使用 PowerShell 执行
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml" -OutFile ([System.IO.Path]::GetFileName("https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml"))
$env:API_KEY = "your_apikey"; docker-compose up -d
访问 Web https://zenfeed-web.pages.dev(没安装好没数据哦)
Web 使用方式参考:GitHub - glidea/zenfeed: Make RSS 📰 great again with AI 🧠✨!!