谷歌正式開放了 API,只要你有一個 Google 帳號和海外 IP ,就可免費申請使用 Gemini Pro&Gemini Pro Vision,相關功能可媲美 GPT4!
1. 申請自己的 API Key: https://makersuite.google.com/app/apikey
2. 使用開源項目 GeminiProChat 搭建:https://github.com/babaohuang/GeminiProChat/blob/main/README_cn.md
3. 兩種部署形式:
通過 Vercel 平台進行一鍵部署,完全免費!
如果是自己用,想更穩定,建議通過 VPS 部署,美國 IP 伺服器會最穩定!
Docker 一鍵部署,先安裝 Docker 環境:
curl -fsSL https://get.docker.com | sh
systemctl enable --now docker
最後一鍵部署 geminiprochat
docker run --name geminiprochat
--restart always
-p 3030:3000
-itd
-e GEMINI_API_KEY=xxx
howie6879/geminiprochat.1.0
GEMINI_API_KEY= 換成你自己申請的 API Key
4.Putty SSH 遠程連接工具:
5. 訪問方式:ip + 端口
ip:3030