kangfenmao eb18be200e feat: Improved UI components and added new features
- Replaced 'CopyOutlined' icon with custom 'CopyIcon'.
- Replaced Topics component with RightSidebar component to match topicPosition settings.
- Removed unused imports and updated UI components in the Inputbar.
- Implemented a new Token Count component for displaying context and estimated token information in the input bar.
- Adjusted the height of code block header.
- Added functionality to toggle theme opacity.
- Added functionality to dynamically change the sidebar border style based on stored settings.
- Updated CSS styles for dynamic topic list width and padding adjustments.
- Removed unused import and styles to improve code efficiency and reduce clutter.
2024-09-07 18:11:27 +08:00
2024-08-08 23:30:55 +08:00
2024-05-31 15:53:55 +08:00
2024-07-09 21:05:31 +08:00
2024-08-22 13:04:24 +08:00
2024-07-26 11:04:02 +08:00
2024-07-15 15:55:51 +08:00
2024-08-02 10:11:18 +08:00
2024-08-27 11:31:05 +08:00
2024-07-15 15:55:51 +08:00
2024-08-26 18:30:05 +08:00
2024-07-16 20:06:25 +08:00
2024-07-30 16:13:32 +08:00
2024-09-06 18:04:11 +08:00
2024-08-09 18:56:45 +08:00
2024-08-27 11:31:05 +08:00
2024-08-27 11:31:05 +08:00
2024-08-27 11:31:05 +08:00
2024-09-03 20:50:46 +08:00

🍒 Cherry Studio

Cherry Studio is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux.

🌠 Screenshot

🌟 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

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

Star History

Star History Chart

📃 License

LICENSE

Description
No description provided
Readme 24 MiB
Languages
TypeScript 92.3%
JavaScript 6.1%
SCSS 0.7%
HTML 0.4%
CSS 0.2%
Other 0.2%