Alternative to "My AI", by Snapchat, but on Discord.
Go to file
Showdown76 67de2b47a7 presence intents 2023-04-12 17:26:04 +00:00
.gitignore Error handler, modified base prompt 2023-04-12 16:56:14 +00:00
README.md presence intents 2023-04-12 17:26:04 +00:00
base-prompt.txt Error handler, modified base prompt 2023-04-12 16:56:14 +00:00
main.py Updated intents 2023-04-12 17:03:27 +00:00
requirements.txt Intitial commit 2023-04-12 16:30:42 +00:00
tokens.db Intitial commit 2023-04-12 16:30:42 +00:00

README.md

myai-discord

Alternative to "My AI", by Snapchat, but on Discord.

Installation Steps

Preparing your environnement

  • Create your Discord bot here
  • Enable Members, Messages and Presence intents.
  • Create your OpenAI Developer Account here

Setting up the bot

  1. Install Python >= 3.8.10
  2. Install requirements with python3 -m pip install -U -r requirements.txt
  3. Create a .env file to setup your environnement variables.
MAX_TOKEN_PER_REQUEST = [Maximum tokens per request] (recommended: 1800-2000)
TOKEN = [Your Discord bot's token]
OPENAI_API_KEY = [OpenAI Token -- can be found at https://platform.openai.com/account/api-keys]