Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 902 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 902 Bytes

BDFD AI Mod

Screenshot of Discord chat with bot sending a support message

Our tiny Discord ticket support bot that utilizes the OpenAI GPT-4-turbo model.
This project aims to help users by providing a very fast first response that will allow for solving the most common issues in an instant!

Running bot locally

Currently, the bot uses three environment variables:

  • OPEN_AI_TOKEN - Token for OpenAI API
  • DISCORD_BOT_TOKEN - Discord bot token
  • CHANNEL_PARENT_ID - Channel category ID containing tickets

In the future, we will switch to a more robust configuration solution.

Contributing

If you want to contribute just GPT prompts, you can find them in the src/data/ai/prompts directory.

Please follow conventional commits for merge requests and commit messages.