Skip to content

An AI chatbot to automate #help responses in 55 supported languages.

Notifications You must be signed in to change notification settings

roromaniac/AIlios

Repository files navigation

gpt-discord

Requires an OPENAI_API_KEY and DISCORD_TOKEN (configure this in the discord developer portal) in the .env file. Uses GPT-3.5-Turbo by default but feel free to change it.

python -m venv gpt-ds
source gpt-ds/bin/activate
pip install -r requirements.txt
mkdir conversation_logs
python bot.py

Usage: /prompt <yourprompthere> requests a completion based on current conversation context /newchat Create a new chat if the conversation is long enough (to prevent spamming)

Enjoy :)

About

An AI chatbot to automate #help responses in 55 supported languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages