mckaywrigley/chatbot-ui
Fork: 81 Star: 410 (更新于 2023-03-19 10:57:34)
license: MIT , Language: TypeScript.
A ChatGPT clone for running locally in your browser.
Chatbot UI
Note: Chatbot UI Pro has been renamed to Chatbot UI.
Chatbot UI is an advanced chatbot kit for OpenAI's chat models built on top of 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.
Updates
Chatbot UI will be updated over time.
Expect frequent improvements.
Next up:
- Mobile view
- Saving via data export
- Folders
Recent updates:
- Markdown support (3/17/23)
- Code syntax highlighting (3/18/23)
- Toggle sidebar (3/18/23)
- Conversation naming (3/18/23)
- Github flavored markdown (3/18/23)
Modifications
Modify the chat interface in components/Chat
.
Modify the sidebar interface in components/Sidebar
.
Modify the system prompt in utils/index.ts
.
Deploy
Vercel
Host your own live version of Chatbot UI with Vercel.
Replit
Fork Chatbot UI on Replit here.
Running Locally
1. Clone Repo
git clone https://github.com/mckaywrigley/chatbot-ui.git
2. Install Dependencies
npm i
3. Provide OpenAI API Key
Create a .env.local file in the root of the repo with your OpenAI API Key:
OPENAI_API_KEY=YOUR_KEY
4. Run App
npm run dev
5. Use It
You should be able to start chatting.
Contact
If you have any questions, feel free to reach out to me on Twitter.
最近版本更新:(数据更新于2023-03-20 23:17:24)
mckaywrigley/chatbot-ui同语言TypeScript最近更新仓库
2023-03-20 19:48:30 vitejs/vite
2023-03-20 18:07:39 fuergaosi233/wechat-chatgpt
2023-03-20 17:59:43 ant-design/ant-design
2023-03-20 16:34:37 TanStack/query
2023-03-20 10:37:08 react-component/tree
2023-03-19 20:47:50 siyuan-note/siyuan