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!
Currently, the bot uses three environment variables:
OPEN_AI_TOKEN
- Token for OpenAI APIDISCORD_BOT_TOKEN
- Discord bot tokenCHANNEL_PARENT_ID
- Channel category ID containing tickets
In the future, we will switch to a more robust configuration solution.
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.