Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kangfenmao/cherry-studio
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers
https://github.com/kangfenmao/cherry-studio
deepseek llms openai sillicon
Last synced: 3 months ago
JSON representation
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers
- Host: GitHub
- URL: https://github.com/kangfenmao/cherry-studio
- Owner: kangfenmao
- License: other
- Created: 2024-05-24T01:56:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T15:37:22.000Z (3 months ago)
- Last Synced: 2024-08-19T10:47:06.941Z (3 months ago)
- Topics: deepseek, llms, openai, sillicon
- Language: TypeScript
- Homepage: https://cherry-ai.com
- Size: 4.65 MB
- Stars: 212
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - kangfenmao/cherry-studio
- awesome-ChatGPT-repositories - cherry-studio - 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers (CLIs)
README
# 🍒 Cherry Studio
Cherry Studio is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux.
# 🌠 Screenshot
![](https://github.com/user-attachments/assets/e24d1e7d-126a-4647-bd98-f470bfe26fde)
![](https://github.com/user-attachments/assets/3f3f0bfa-cb88-4abf-923a-a0859fa3c912)
![](https://github.com/user-attachments/assets/288560c1-d218-437c-87c2-2a5e87b43b93)
# 🌟 Features
1. Support for Multiple LLM Providers.
2. Allows creation of multiple Assistants.
3. Enables creation of multiple topics.
4. Allows using multiple models to answer questions in the same conversation.
5. Supports drag-and-drop sorting.
6. Code highlighting.
7. Mermaid chart# 🖥️ Develop
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```# ⭐️ Star History
[![Star History Chart](https://api.star-history.com/svg?repos=kangfenmao/cherry-studio&type=Timeline)](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
# 📃 License
[LICENSE](./LICENSE)