An open API service indexing awesome lists of open source software.

https://github.com/eliteengineer0/alfredo


https://github.com/eliteengineer0/alfredo

discord-bot discord-py docker docker-compose gemini gemini-api gemini-flash

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ALFREDO

A discord bot that interacts with other users by reading text, images and videos.

It uses the gemini api.

# Setup

**1.** Create a `.env` file using `.env.example` as a guide.

**2.** Fill `.env` file with the bot token and the google api key, both free. If you don't know how to read `.env.example`

**3.** Modify the prompt in `.env` as you see fit.

**4.** Install Docker Desktop if you need to run this on Windows or find a guide on how to install Docker for your linux distro.

**3.** Run `docker-compose up --build` in the root directory.