https://github.com/sipt/chatharvest
GPT desktop client based on OpenAI API(MacOS/Windows)
https://github.com/sipt/chatharvest
electron gpt openai
Last synced: 11 months ago
JSON representation
GPT desktop client based on OpenAI API(MacOS/Windows)
- Host: GitHub
- URL: https://github.com/sipt/chatharvest
- Owner: sipt
- License: mit
- Created: 2024-05-27T10:46:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:07:50.000Z (about 2 years ago)
- Last Synced: 2025-06-22T19:05:28.038Z (12 months ago)
- Topics: electron, gpt, openai
- Language: TypeScript
- Homepage: https://chat.sipt.top
- Size: 25.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ChatHarvest
ChatHarvest 是一个基于 Electron 实现的与 GPT 进行对话的桌面应用。

## 安装
### 下载安装
点击前往 [chat.sipt.top](https://chat.sipt.top) 下载。
### 源码安装
```sh
git clone https://github.com/sipt/ChatHarvest.git
cd ChatHarvest
# 安装依赖
yarn
# 调试启动
yarn start
# 构建可执行文件
yarn make
```
## 功能说明
- 支持文字聊天
- 支持图片聊天(前提是模型需要支持)
- 支持聊天导出
- 支持 Cmd+N 快速创建聊天
### 提示词动态变量
当提示词内出前以下关键词时会被动态替换:
- `#{today}`: 今天日期,例:`01/01/2024`
- `#{weekday}`:今天周几,例:`Monday`
- `#{time}`: 当前时间,例:`6:50:21 PM`
## LICENSE
本项目基于 MIT 协议开源。