You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Chatbot UI
2
2
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.
4
4
5
5
See a [demo](https://twitter.com/mckaywrigley/status/1640380021423603713?s=46&t=AowqkodyK6B4JccSOxSPew).
6
6
@@ -14,17 +14,8 @@ Expect frequent improvements.
14
14
15
15
**Next up:**
16
16
17
-
-[ ] Import/Export prompts
18
-
-[ ] "Bots"
19
17
-[ ] 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"
28
19
29
20
## Deploy
30
21
@@ -34,10 +25,6 @@ Host your own live version of Chatbot UI with Vercel.
34
25
35
26
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmckaywrigley%2Fchatbot-ui)
36
27
37
-
**Replit**
38
-
39
-
Fork Chatbot UI on Replit [here](https://replit.com/@MckayWrigley/chatbot-ui-pro?v=1).
40
-
41
28
**Docker**
42
29
43
30
Build locally:
@@ -108,10 +95,11 @@ When deploying the application, the following environment variables can be set:
108
95
| GOOGLE_CSE_ID || See [Custom Search JSON API documentation][GCSE]|
109
96
110
97
If you do not provide an OpenAI API key with `OPENAI_API_KEY`, users will have to provide their own key.
98
+
111
99
If you don't have an OpenAI API key, you can get one [here](https://platform.openai.com/account/api-keys).
112
100
113
101
## Contact
114
102
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).
0 commit comments