This bot adds AI chat threads to your Discord.
Start a chat thread by messaging @Flipper in any channel.
Commands
/personality — set the default system prompt for all chats./search-chats — find previous chats with a search term./quota — check how many tokens you’ve used with OpenAI./summary — in an AI chat thread, get a summary of the conversation./flip — flip a coin, heads or tails.About
Flipper is built with PartyKit. The code is open on GitHub for you to run yourself or use as a starting point for your own Discord bots. The chats make use of gpt-3.5-turbo by OpenAI. The chat search uses chat summaries created by the model Llama2, embedded and stored in a vector database, both features part of the Workers AI beta from Cloudflare.