ediziks / davinci-bot

OpenAI's GPT3 at your server, as a user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-GPT3-davinci-bot

Usage

  • git clone https://github.com/ediziks/discord-GPT3-davinci-bot.git
  • cd discord-GPT3-davinci-bot
  • pip3 install -r requirements.txt
  • nano .env

and create two constants as

GPT3_TOKEN=
DISCORD_TOKEN=

that's all. just need to run now

  • python3 bot.py
  • python3 bot.py & for detached mode to run as a background process



image

About

OpenAI's GPT3 at your server, as a user


Languages

Language:Python 100.0%