2 releases
0.1.1 | Apr 3, 2024 |
---|---|
0.1.0 | Apr 2, 2024 |
#1598 in Web programming
54 downloads per month
22KB
179 lines
GPT Discord Bot
Project Description
This is a Discord bot written in Rust that uses OpenAI's GPT model to generate responses.
Installation
First, you need to install Rust and Cargo. You can get the installation guide from the official Rust website.
Then, clone this repository and navigate into the project directory:
git clone https://github.com/kasugamirai/gpt_discord_bot
cd gpt-discord-bot
how to use
edit the run.sh file and set the DISCORD_BOT_TOKEN
and OPENAI_API_KEY
environment.
sh build.sh
cd output && sh run.sh
example
To interact with the bot, start your message with a period. For example:
.hello world
This will prompt the bot to respond. Enjoy chatting with your new AI-powered Discord bot!
Dependencies
~11–27MB
~381K SLoC