Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.
ZeroTwoReallyLovesLollipop edited this page Mar 19, 2023 · 2 revisions

Intro

OpenAI GPT3.5 model allow to change it behavior using custom training and using system role messages, this repository allows to create a Discord Bot using the GPT 3.5 model with a custom role allowing to change the behavior of the answers of the bot.

Requirements

  1. You must a have a valid OpenAI API key to use it services (The model used is GPT-3.5-turbo).
  2. You need a valid Discord bot Token.
  3. A Python environment to run the repo.

How to start

Use the Setup guide to create, configurate and deploy DiscordGPTChatBot in your server

Clone this wiki locally