#Open Source Slack Bot for chatting with GPT-3

6 messages · Page 1 of 1 (latest)

pliant lodge
#

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.

GitHub

Slack bot with OpenAI GPT-3, just like ChatGPT in your Slack - GitHub - WiseGPT/slack-bot: Slack bot with OpenAI GPT-3, just like ChatGPT in your Slack

finite sky
#

Nice work!!

scenic totem
#

Good work, gave it a star :)

pliant lodge
pliant lodge
#

Some older screenshots that show bot conversing with multiple people. It should now also mention people properly.

pliant lodge