https://github.com/0xgingi/gpt-4o-discord-bot
Simple yet feature complete ChatGPT Discord Bot
https://github.com/0xgingi/gpt-4o-discord-bot
Last synced: 3 months ago
JSON representation
Simple yet feature complete ChatGPT Discord Bot
- Host: GitHub
- URL: https://github.com/0xgingi/gpt-4o-discord-bot
- Owner: 0xGingi
- Created: 2024-05-15T15:19:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:19:12.000Z (about 1 year ago)
- Last Synced: 2025-02-24T07:56:35.112Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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```