Awesome
XET AI
This repo includes the codebase for XET & LuminaryAI Discord bot. XET is a small team providing image generation & text generation. With Flux-dev, dalle3, sdxl-turbo etc. The discord bot also includes some useful commands.
Folders:
bot_utilities
: includes bunch of files, the files basically includes a lots of functions. we have imported them to other files.events
: includes some files with events for the discord bot.images
: includes some images that are used in bot's messages.prefix
: includes too many file with the codes of prefix commands.slash
: includes too many file with the codes of slash commands.
Files in the root folder:
api_test
: a simple file for testing the API in ur local environment.api.py
: contains the fastapi code for the API.main.py
: startup file.