2023-05-21 15:49:04 +00:00
|
|
|
|
<a name="readme-top"></a>
|
|
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
2023-07-11 11:46:11 +00:00
|
|
|
|
|
2023-08-15 10:03:36 +00:00
|
|
|
|
<img height="120" src="https://registry.npmmirror.com/@lobehub/assets-logo/1.0.0/files/assets/logo-3d.webp">
|
2023-07-11 11:46:11 +00:00
|
|
|
|
<img height="120" src="https://gw.alipayobjects.com/zos/kitchen/qJ3l3EPsdW/split.svg">
|
2023-08-15 10:03:36 +00:00
|
|
|
|
<img height="120" src="https://registry.npmmirror.com/@lobehub/assets-emoji/1.3.0/files/assets/robot.webp">
|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
<h1>Lobe Chat</h1>
|
|
|
|
|
|
|
2023-07-23 06:31:13 +00:00
|
|
|
|
Lobe Chat is an open-source chatbot client using OpenAI and Next.js
|
2023-07-11 11:46:11 +00:00
|
|
|
|
|
2023-05-21 15:49:04 +00:00
|
|
|
|
[Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]
|
2023-07-11 11:46:11 +00:00
|
|
|
|
|
2023-05-21 15:49:04 +00:00
|
|
|
|
<!-- SHIELD GROUP -->
|
|
|
|
|
|
|
|
|
|
|
|
[![release][release-shield]][release-url]
|
|
|
|
|
|
[![releaseDate][release-date-shield]][release-date-url]
|
|
|
|
|
|
[![ciTest][ci-test-shield]][ci-test-url]
|
2023-07-11 11:46:11 +00:00
|
|
|
|
[![ciRelease][ci-release-shield]][ci-release-url] <br/>
|
2023-05-21 15:49:04 +00:00
|
|
|
|
[![contributors][contributors-shield]][contributors-url]
|
|
|
|
|
|
[![forks][forks-shield]][forks-url]
|
|
|
|
|
|
[![stargazers][stargazers-shield]][stargazers-url]
|
|
|
|
|
|
[![issues][issues-shield]][issues-url]
|
2023-07-11 11:46:11 +00:00
|
|
|
|
|
|
|
|
|
|

|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
2023-07-11 11:46:11 +00:00
|
|
|
|
<details>
|
|
|
|
|
|
<summary><kbd>Table of contents</kbd></summary>
|
|
|
|
|
|
|
|
|
|
|
|
#### TOC
|
|
|
|
|
|
|
|
|
|
|
|
- [⌨️ Local Development](#️-local-development)
|
|
|
|
|
|
- [🤝 Contributing](#-contributing)
|
|
|
|
|
|
|
|
|
|
|
|
####
|
|
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
2023-05-21 15:49:04 +00:00
|
|
|
|
## ⌨️ Local Development
|
|
|
|
|
|
|
|
|
|
|
|
You can use Gitpod for online development:
|
|
|
|
|
|
|
|
|
|
|
|
[][gitpod-url]
|
|
|
|
|
|
|
|
|
|
|
|
Or clone it for local development:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ git clone https://github.com/lobehub/lobe-chat.git
|
🔧 chore: Update setting
This commit introduces new components, modules, and features related to chat, sessions, and settings. It includes modifications to configuration files, updates to dependencies, adjustments to styles and layouts, and additions of new components and modules. The changes also involve updates to functions, interfaces, selectors, actions, and reducers. Additionally, there are modifications to TypeScript interfaces and types, as well as changes to parameters and functions in certain files.
2023-07-15 07:48:20 +00:00
|
|
|
|
$ cd lobe-chat
|
2023-07-11 11:46:11 +00:00
|
|
|
|
$ pnpm install
|
|
|
|
|
|
$ pnpm start
|
2023-05-21 15:49:04 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<div align="right">
|
|
|
|
|
|
|
|
|
|
|
|
[![][back-to-top]](#readme-top)
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
## 🤝 Contributing
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CONTRIBUTION GROUP -->
|
|
|
|
|
|
|
2023-05-21 18:18:14 +00:00
|
|
|
|
> 📊 Total: <kbd>**4**</kbd>
|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
2023-05-21 16:23:00 +00:00
|
|
|
|
<a href="https://github.com/arvinxx" title="arvinxx">
|
|
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/28616219?v=4" width="50" />
|
|
|
|
|
|
</a>
|
2023-07-23 18:17:40 +00:00
|
|
|
|
<a href="https://github.com/canisminor1990" title="canisminor1990">
|
|
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/17870709?v=4" width="50" />
|
|
|
|
|
|
</a>
|
2023-05-21 18:18:14 +00:00
|
|
|
|
<a href="https://github.com/apps/dependabot" title="dependabot[bot]">
|
|
|
|
|
|
<img src="https://avatars.githubusercontent.com/in/29110?v=4" width="50" />
|
|
|
|
|
|
</a>
|
|
|
|
|
|
<a href="https://github.com/actions-user" title="actions-user">
|
|
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/65916846?v=4" width="50" />
|
2023-05-21 15:49:04 +00:00
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CONTRIBUTION END -->
|
|
|
|
|
|
|
|
|
|
|
|
<div align="right">
|
|
|
|
|
|
|
|
|
|
|
|
[![][back-to-top]](#readme-top)
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
2023-07-11 11:46:11 +00:00
|
|
|
|
|
2023-05-21 15:49:04 +00:00
|
|
|
|
#### 📝 License
|
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2023 [LobeHub][profile-url]. <br />
|
2023-07-11 11:46:11 +00:00
|
|
|
|
This project is [MIT](./LICENSE) licensed.
|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
<!-- LINK GROUP -->
|
|
|
|
|
|
|
|
|
|
|
|
[profile-url]: https://github.com/lobehub
|
|
|
|
|
|
[issues-url]: https://github.com/lobehub/lobe-chat/issues/new/choose
|
|
|
|
|
|
[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-chat
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SHIELD LINK GROUP -->
|
|
|
|
|
|
|
|
|
|
|
|
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square
|
|
|
|
|
|
|
|
|
|
|
|
<!-- release -->
|
|
|
|
|
|
|
2023-05-21 16:00:45 +00:00
|
|
|
|
[release-shield]: https://img.shields.io/npm/v/@lobehub/chat?label=%F0%9F%A4%AF%20NPM
|
|
|
|
|
|
[release-url]: https://www.npmjs.com/package/@lobehub/chat
|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
<!-- releaseDate -->
|
|
|
|
|
|
|
|
|
|
|
|
[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?style=flat
|
|
|
|
|
|
[release-date-url]: https://github.com/lobehub/lobe-chat/releases
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ciTest -->
|
|
|
|
|
|
|
|
|
|
|
|
[ci-test-shield]: https://github.com/lobehub/lobe-chat/workflows/Test%20CI/badge.svg
|
|
|
|
|
|
[ci-test-url]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ciRelease -->
|
|
|
|
|
|
|
✨ feat(issue-template): Add templates for Bug Report, Feature Request, and Help Wanted
This commit adds three templates for issue creation, specifically for bug reports, feature requests, and help wanted. The templates contain fields for the user to fill out relevant information such as system environment, browser, bug description, expected behavior, recurrence steps, proposed solution, and additional information. These templates aim to provide a standardized way of submitting issues and help ensure that necessary information is included in the issue report.
2023-05-21 16:16:22 +00:00
|
|
|
|
[ci-release-shield]: https://github.com/lobehub/lobe-chat/workflows/Release%20CI/badge.svg
|
|
|
|
|
|
[ci-release-url]: https://github.com/lobehub/lobe-chat/actions?query=workflow%3ARelease%20CI
|
2023-05-21 15:49:04 +00:00
|
|
|
|
|
|
|
|
|
|
<!-- contributors -->
|
|
|
|
|
|
|
|
|
|
|
|
[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat.svg?style=flat
|
|
|
|
|
|
[contributors-url]: https://github.com/lobehub/lobe-chat/graphs/contributors
|
|
|
|
|
|
|
|
|
|
|
|
<!-- forks -->
|
|
|
|
|
|
|
|
|
|
|
|
[forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat.svg?style=flat
|
|
|
|
|
|
[forks-url]: https://github.com/lobehub/lobe-chat/network/members
|
|
|
|
|
|
|
|
|
|
|
|
<!-- stargazers -->
|
|
|
|
|
|
|
|
|
|
|
|
[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat.svg?style=flat
|
|
|
|
|
|
[stargazers-url]: https://github.com/lobehub/lobe-chat/stargazers
|
|
|
|
|
|
|
|
|
|
|
|
<!-- issues -->
|
|
|
|
|
|
|
|
|
|
|
|
[issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
|
|
|
|
|
|
[issues-url]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
|