No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-05-17 16:19:12 +00:00
commands convert to slash commands 2024-05-17 16:19:11 +00:00
.gitignore convert to slash commands 2024-05-17 16:19:11 +00:00
Commands.js Convert to slash commands! 2024-05-17 15:45:30 +00:00
deploy-commands.js Convert to slash commands! 2024-05-17 15:45:30 +00:00
example.env Convert to slash commands! 2024-05-17 15:45:30 +00:00
getFile.js Convert to slash commands! 2024-05-17 15:45:30 +00:00
index.js Convert to slash commands! 2024-05-17 15:45:30 +00:00
package-lock.json Convert to slash commands! 2024-05-17 15:45:30 +00:00
package.json Convert to slash commands! 2024-05-17 15:45:30 +00:00
README.md Update README.md 2024-05-17 11:48:11 -04:00

Simple Discord Bot that uses OPENAI API Key, change model/base prompt to whatever you want

  • /chat - send chatgpt a message
  • /image - generate a image
  • /tts - get your chatgpt response in tts
  • /audio - First send a audio file or voice message, the bot will transcribe that audio file, generate a response, and send back the response in tts

Installation (REQUIRES FFMPEG AND NODEJS)

git clone https://github.com/0xGingi/gpt-4o-discord-bot && cd gpt-4o-discord-bot

npm install

cp example.env .env (Modify .env now)

node deploy-commands.js

node index.js