首页 > Ai资讯 > Ai教程 > 一键本地搭建谷歌 Gemini 人工智能聊天机器人!媲美GPT4

一键本地搭建谷歌 Gemini 人工智能聊天机器人!媲美GPT4

发布时间:2024年04月23日

谷歌正式开放了 API,只要你有一个Google账号和海外 IP ,就可免费申请使用 Gemini Pro&Gemini Pro Vision,相关功能可媲美GPT4!

 

1.申请自己的API Key: https://makersuite.google.com/app/apikey

2.使用开源项目 GeminiProChat 搭建:【链接直达

3.两种部署形式:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
curl -fsSL https://get.docker.com | sh
systemctl enable --now docker
curl -fsSL https://get.docker.com | sh
systemctl enable --now docker
curl -fsSL https://get.docker.com | sh
systemctl enable --now docker

 

  • 最后一键部署geminiprochat
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
docker run --name geminiprochat \
--restart always \
-p 3030:3000 \
-itd \
-e GEMINI_API_KEY=xxx \
howie6879/geminiprochat:v0.1.0
docker run --name geminiprochat \
--restart always \
-p 3030:3000 \
-itd \
-e GEMINI_API_KEY=xxx \
howie6879/geminiprochat:v0.1.0
docker run --name geminiprochat \
--restart always \
-p 3030:3000 \
-itd \
-e GEMINI_API_KEY=xxx \
howie6879/geminiprochat:v0.1.0

 

GEMINI_API_KEY= 换成你自己申请的 API Key

 

4.Putty SSH 远程连接工具:【点击下载

 

5.访问方式:ip+端口

ip:3030

如果你想要了解关于智能工具类的内容,可以查看 智汇宝库,这是一个提供智能工具的网站。
在这你可以找到各种智能工具的相关信息,了解智能工具的用法以及最新动态。