/deno-discord-gpt

ChatGPT companion for discord

Primary LanguageTypeScript

deno-discord-gpt

ChatGPT Discord bot for personal use. Looks something like this:

someUser: @gpt why is the sky blue?

gpt: @someUser The sky appears blue due to a process called Rayleigh scattering [...]

Built as an excuse to try Deno/Deploy. Ran into some concurrency issues, so I added Redis for at-most-once message handling, and as a bonus, chat history persistence.

Infra