Bonk is a bot that can be used to generate images and or interact with GPT-4 using StabilityAI and OpenAI's APIs respectively.
Utilizes Dall-e 3 & Stable Diffusion 3 for image generation Integrates with StabilityAI and OpenAI's APIs
- Clone the repository
- Install the dependencies from requirements with "pip install -r requirements"
- Configure the API keys for StabilityAI and OpenAI in a
.env
file. - Run the bot: with 'py start.py'
Once the bot is running, you can interact with it in any discord server you add it to with the /draw, /chat and /help command
# Discord Bot token
DISCORD_BOT_TOKEN=""
# Anthropic API key
ANTHROPIC_API_KEY=""
# OpenAI API key
OPENAI_API_KEY=""
# Stability AI API Key
STABILITY_API_KEY = ""
# Optional settings
CHAT_MODEL="ANTHROPIC"
GPT_ENGINE="claude-3-5-sonnet-20240620"
LOGGING="True"
This project is licensed under the GPL-3.0 License.