readme update
This commit is contained in:
parent
f05390c97d
commit
640e0dbf6e
12
README.md
12
README.md
|
@ -1,13 +1,11 @@
|
||||||
# Chatbot UI Pro
|
# 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.
|
It aims to mimic ChatGPT's interface and functionality.
|
||||||
|
|
||||||
All conversations are stored locally on your device.
|
All conversations are stored locally on your device.
|
||||||
|
|
||||||
See a [demo]().
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
@ -16,11 +14,13 @@ Chatbot UI Pro will be updated over time.
|
||||||
|
|
||||||
Expect frequent improvements.
|
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`.
|
Modify the chat interface in `components/Chat`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue