From 932853f1ba8795bde36fc8cff08f500431f166bd Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Sat, 25 Mar 2023 08:54:37 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28f1cf4..f18ff5e 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ Chatbot UI is an advanced chatbot kit for OpenAI's chat models built on top of [Chatbot UI Lite](https://github.com/mckaywrigley/chatbot-ui-lite) using Next.js, TypeScript, and Tailwind CSS. -It aims to mimic ChatGPT's interface and functionality. - -All conversations are stored locally on your device. - See a [demo](https://twitter.com/mckaywrigley/status/1636103188733640704). ![Chatbot UI](./public/screenshot.png) @@ -20,12 +16,14 @@ Expect frequent improvements. **Next up:** -- [ ] More custom settings -- [ ] Regenerate & edit responses +- [ ] More model settings +- [ ] Custom themes - [ ] Prompt templates +- [ ] Plugins **Recent updates:** +- [x] Regenerate & edit responses - [x] Folders (3/24/23) - [x] Search chat content (3/23/23) - [x] Stop message generation (3/22/23)