https://youtu.be/InCVtBrXDcE
YouTube
Google Gemini Chat私有部署,五分钟上手教程,超越 ChatGPT4
地址:
https://github.com/babaohuang/GeminiProChat?tab=readme-ov-file#deploy
https://makersuite.google.com/app/apikey
docker run --name geminiprochat \
--restart always \
-p 3030:3000 \
-itd \
-e GEMINI_API_KEY=apikey \
howie6879/geminiprochat:v0.1.0
https://github.com/babaohuang/GeminiProChat?tab=readme-ov-file#deploy
https://makersuite.google.com/app/apikey
docker run --name geminiprochat \
--restart always \
-p 3030:3000 \
-itd \
-e GEMINI_API_KEY=apikey \
howie6879/geminiprochat:v0.1.0