/laozibot

This is a discord bot that uses gpt-3.5 for responses.

Primary LanguagePython

Laozibot

So this is a MAJOR work in progress project. It's basically a discord bot that uses the gpt-3.5 api to aid its responses. I'll add a future feature list soon, but for now this is it.

Installation

If you wanna run this yourself, You'll need an api key from OpenAI and OpenWeatherMap. Also, you'll need to make a discord bot account on discord, and copy the bot token into the config file. The config file looks like this:

### filename: config.py
OPENAI_API_KEY='<OpenAI API Key>'
DISCORD_API_KEY='<Discord bot token>'
OWM_API_KEY='<OWM KEY>'

Then you can instll the dependencies with:

pip install -r requirements.txt

Then run it with:

python laozibot.py

Note

This is super early phases. Don't expect literally anything to work yet.