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.exampleto.envand populate API keys:cp .env.example .env
-
Run docker container with the environment variable file:
docker run --env-file=.env --rm gemini:v1