Create an AI Discord bot with Google's Gemini Pro for free.
-
Clone this repository:
git clone https://github.com/pranavpudasaini/GeminiDiscordBot && cd GeminiDiscordBot
-
Build docker image:
docker build . -t gemini:v1
-
Copy
.env.example
to.env
and populate API keys:cp .env.example .env
-
Run docker container with the environment variable file:
docker run --env-file=.env --rm gemini:v1