dangreenlee / ChatGPTBot

GPT-3 backed Discord bot to chat with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPTBot

GPT-3 backed Discord bot to chat with.

Getting started:

docker build -t chatbot . && docker run --env DISCORD_TOKEN='abc123' --env GPT_TOKEN='abc123' chatbot

Bot Commands:

/chat [prompt] - Chat with the bot.

Example:

chatgptbot

About

GPT-3 backed Discord bot to chat with.

License:MIT License


Languages

Language:Go 85.9%Language:Dockerfile 14.1%