Developing a ChatGPT Bot in Discord as an assistant bot with CD using GitHub Actions Pipelines and an Azure App Service.
This project was developed following this tutorial in Youtube: https://www.youtube.com/watch?v=wdgVv4UP08c&ab_channel=Amigoscode
-
Generate a Discord token valid in Discord Developer Link: https://discord.com/developers
-
Generate an API key in OpenAI Link: https://platform.openai.com/overview
Use the following command to start your flask server:
FLASK_APP=run:app flask run