mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 14:31:35 +08:00
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
为应用程序添加了 WebDAV 配置项,包括主机、用户、密码和路径。这样用户就可以将备份文件定时上传到 WebDAV 服务器,并从 WebDAV 服务器恢复备份文件。 - 添加了新的依赖项 "webdav": "^5.7.1" - 修改了 package.json 文件 - 修改了 zh-tw.json、zh-cn.json 和 en-us.json 文件 - 修改了 settings.ts 文件 - 修改了 GeneralSettings.tsx 文件 https://github.com/kangfenmao/cherry-studio/issues/129 |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| .yarn/patches | ||
| build | ||
| docs | ||
| resources | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| dev-app-update.yml | ||
| electron-builder.yml | ||
| electron.vite.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
| yarn.lock | ||
🍒 Cherry Studio
Cherry Studio is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux.
🌠 Screenshot
🌟 Features
- Support for Multiple LLM Providers.
- Allows creation of multiple Assistants.
- Enables creation of multiple topics.
- Allows using multiple models to answer questions in the same conversation.
- Supports drag-and-drop sorting.
- Code highlighting.
- Mermaid chart
🖥️ Develop
Recommended IDE Setup
Project Setup
Install
$ yarn
Development
$ yarn dev
Build
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux