https://github.com/pengzhanbo/chatgpt-app
chatgpt desktop application
https://github.com/pengzhanbo/chatgpt-app
chatgpt openai tauri vite vue
Last synced: 2 months ago
JSON representation
chatgpt desktop application
- Host: GitHub
- URL: https://github.com/pengzhanbo/chatgpt-app
- Owner: pengzhanbo
- Created: 2023-03-29T16:21:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T10:49:22.000Z (about 2 years ago)
- Last Synced: 2025-02-13T07:32:45.845Z (4 months ago)
- Topics: chatgpt, openai, tauri, vite, vue
- Language: Vue
- Homepage:
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - pengzhanbo/chatgpt-app - chatgpt desktop application (Vue)
- awesome - pengzhanbo/chatgpt-app - chatgpt desktop application (Vue)
README
# ChatGPT APP
ChatGPT Desktop Application
ChatGPT 桌面应用
## Explanation 说明
- This project is based on the MIT license and is only for open-source communication and learning purposes.
- All data is only saved locally.
- The current desktop application has not yet provided an official installation package.- 本项目基于 MIT协议,仅作为开源交流学习使用。
- 所有数据均只保存于本地。
- 当前桌面应用还未提供正式的安装包。## TODO
The basic functions have been implemented.
当前已实现基本功能。
- [x] Chat conversation 聊天对话
- [x] Message format beautification 消息格式美化
- [x] Multilingual 多语言
- [x] Switch Theme Mode 主题模式切换
- [x] Response error handling 响应错误处理
- [x] 翻译/润色
- [x] 代码解释和优化
- [x] Message retry 消息重试
- [ ] More...## Development
```sh
# Install安装
pnpm i
# Start development 启动开发
pnpm tauri dev
```### 技术选型
- 构建工具:vite
- vue & vue-router & pinia
- tauri## Preview




