From 640e0dbf6ef8a6fe628ad43ab93f223cebd4d9a3 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 15 Mar 2023 06:23:26 -0600 Subject: [PATCH] readme update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d01a2c..17e1b10 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Chatbot UI Pro -An advanced chatbot kit for OpenAI's chat model using Next.js, TypeScript, and Tailwind CSS. +Chatbot UI Pro is an advanced chatbot kit for OpenAI's chat model 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](). - ![Chatbot UI Pro](./public/screenshot.png) ## Updates @@ -16,11 +14,13 @@ Chatbot UI Pro will be updated over time. Expect frequent improvements. -## Features +Next up: -Chatbot UI Pro provides a ChatGPT-like interface that you can use to start building your own chatbot apps powered by OpenAI. +- Mobile view +- Markdown formatting +- Conversation naming -It has everything you need to hit the ground running. +## Modifications Modify the chat interface in `components/Chat`.