谷歌正式开放了 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