Crates.io | gpt_discord_bot |
lib.rs | gpt_discord_bot |
version | 0.1.1 |
source | src |
created_at | 2024-04-02 06:12:57.195112 |
updated_at | 2024-04-03 06:03:45.128274 |
description | A Discord bot using GPT-4 |
homepage | |
repository | |
max_upload_size | |
id | 1193255 |
size | 79,248 |
This is a Discord bot written in Rust that uses OpenAI's GPT model to generate responses.
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
edit the run.sh file and set the DISCORD_BOT_TOKEN
and OPENAI_API_KEY
environment.
sh build.sh
cd output && sh run.sh
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!