/Chatbot

Chat bot for Discord using OpenAI

Primary LanguageJavaScriptMIT LicenseMIT

Discord-chatbot

Openai chatGPT link to Discord

Setup way

rename example.config.json to config.json

{ "discord-bot-token": "YOUR BOT TOKEN HERE", "discord-bot-clientid": "YOUR BOT CLIENT HERE", "openai-api-key": "OPENAI API KEY HERE" }

======

The way get OpenAI API KEY

  1. visit https://beta.openai.com/overview

  1. Click Personal:

image

  1. Click View API keys:

image

  1. Click Create new secret key

image

  1. Copy secret key into config.json replace openai-api-key