Skip to content

pengzhanbo/chatgpt-app

Repository files navigation

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.

当前已实现基本功能。

  • Chat conversation 聊天对话
  • Message format beautification 消息格式美化
  • Multilingual 多语言
  • Switch Theme Mode 主题模式切换
  • Response error handling 响应错误处理
  • 翻译/润色
  • 代码解释和优化
  • Message retry 消息重试
  • More...

Development

# Install安装
pnpm i
# Start development 启动开发
pnpm tauri dev

技术选型

  • 构建工具:vite
  • vue & vue-router & pinia
  • tauri

Preview