gpt_discord_bot

Crates.iogpt_discord_bot
lib.rsgpt_discord_bot
version0.1.1
sourcesrc
created_at2024-04-02 06:12:57.195112
updated_at2024-04-03 06:03:45.128274
descriptionA Discord bot using GPT-4
homepage
repository
max_upload_size
id1193255
size79,248
XIAO YU (kasugamirai)

documentation

README

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!

Commit count: 0

cargo fmt