一款免费开源的项目即可搞定:ChatGPT、Claude、Google Gemini、Mistral、LLaMA2等主流AI大模型的无缝切换使用!

项目地址

https://github.com/lobehub/lobe-chat

可用免费容器Deploy部署。

安装好再获取API

https://platform.openai.com/account/api-keys
https://ai.google.dev/available_regions

Docker一键部署

docker安装

curl -fsSL https://get.docker.com | sh
systemctl enable --now docker

拉取

docker run -d -p 3210:3210 \
  -e OPENAI_API_KEY=sk-xxxx \
  -e ACCESS_CODE=lobe66 \
  --name lobe-chat \
  lobehub/lobe-chat
DigitalOcean Referral Badge
最后修改:2024 年 04 月 01 日
如果觉得我的文章对你有用,请随意赞赏