Skip to content

Commit c7be455

Browse files
committed
readme update
1 parent c959264 commit c7be455

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chatbot UI
22

3-
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.
3+
Chatbot UI is an open source chat UI for AI models.
44

55
See a [demo](https://twitter.com/mckaywrigley/status/1640380021423603713?s=46&t=AowqkodyK6B4JccSOxSPew).
66

@@ -14,17 +14,8 @@ Expect frequent improvements.
1414

1515
**Next up:**
1616

17-
- [ ] Import/Export prompts
18-
- [ ] "Bots"
1917
- [ ] Sharing
20-
21-
## Modifications
22-
23-
Modify the chat interface in `components/Chat`.
24-
25-
Modify the sidebar interface in `components/Sidebar`.
26-
27-
Modify the system prompt in `utils/server/index.ts`.
18+
- [ ] "Bots"
2819

2920
## Deploy
3021

@@ -34,10 +25,6 @@ Host your own live version of Chatbot UI with Vercel.
3425

3526
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmckaywrigley%2Fchatbot-ui)
3627

37-
**Replit**
38-
39-
Fork Chatbot UI on Replit [here](https://replit.com/@MckayWrigley/chatbot-ui-pro?v=1).
40-
4128
**Docker**
4229

4330
Build locally:
@@ -108,10 +95,11 @@ When deploying the application, the following environment variables can be set:
10895
| GOOGLE_CSE_ID | | See [Custom Search JSON API documentation][GCSE] |
10996

11097
If you do not provide an OpenAI API key with `OPENAI_API_KEY`, users will have to provide their own key.
98+
11199
If you don't have an OpenAI API key, you can get one [here](https://platform.openai.com/account/api-keys).
112100

113101
## Contact
114102

115-
If you have any questions, feel free to reach out to me on [Twitter](https://twitter.com/mckaywrigley).
103+
If you have any questions, feel free to reach out to Mckay on [Twitter](https://twitter.com/mckaywrigley).
116104

117105
[GCSE]: https://developers.google.com/custom-search/v1/overview

0 commit comments

Comments
 (0)