相比于chatgpt,API免费。
自己搭建了一个,可以测试一下:
https://t.me/zsxwz_gemini_bot
https://github.com/rabilrbl/gemini-pro-bot
创建一个.env文件,然后docker去拉就好了。
#Google Gemini API key https://makersuite.google.com/ (free) GOOGLE_API_KEY=xxxxxxxxxxxxxxxxxx # Telegram bot token from BotFather (https://t.me/botfather) BOT_TOKEN=1224567:xxxxxxxxxxxxxxxxxxxxxxxx
docker运行:
docker run -dit --name gemini --hostname gemeni --env-file .env ghcr.io/rabilrbl/gemini-pro-bot:latest