Hello! I've developed an Unlicensed Slack Bot for chatting with GPT-3. It uses AWS CDK for deployment and is fully serverless / event driven.
https://github.com/WiseGPT/slack-bot
The Conversation / GPT-3 implementation is not optimized right now and may use a lot of tokens. I am open to collaborating on making this better. Especially interested in decoupling the Chat/Conversation part to another repo to make it re-usable. I've started out with thinking that ChatGPT had an API, so was not prepared to implement my own Chat / Conversation API over GPT-3, followed @finite sky's and @scenic totem's respective Discord bots to roll out a really simple implementation of my own.