Update README.md
This commit is contained in:
parent
4fbb5e1f79
commit
932853f1ba
10
README.md
10
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.
|
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).
|
See a [demo](https://twitter.com/mckaywrigley/status/1636103188733640704).
|
||||||
|
|
||||||

|

|
||||||
|
@ -20,12 +16,14 @@ Expect frequent improvements.
|
||||||
|
|
||||||
**Next up:**
|
**Next up:**
|
||||||
|
|
||||||
- [ ] More custom settings
|
- [ ] More model settings
|
||||||
- [ ] Regenerate & edit responses
|
- [ ] Custom themes
|
||||||
- [ ] Prompt templates
|
- [ ] Prompt templates
|
||||||
|
- [ ] Plugins
|
||||||
|
|
||||||
**Recent updates:**
|
**Recent updates:**
|
||||||
|
|
||||||
|
- [x] Regenerate & edit responses
|
||||||
- [x] Folders (3/24/23)
|
- [x] Folders (3/24/23)
|
||||||
- [x] Search chat content (3/23/23)
|
- [x] Search chat content (3/23/23)
|
||||||
- [x] Stop message generation (3/22/23)
|
- [x] Stop message generation (3/22/23)
|
||||||
|
|
Loading…
Reference in New Issue