/Chat2Assistant

An assistant-centered ChatGPT client with a minimalist interface will support more models in the future

Primary LanguageVueApache License 2.0Apache-2.0

This project stopped maintenance, new project address: https://github.com/classfang/AIHub

Chat2Assistant

An assistant-centered ChatGPT electron client with a minimalist interface will support more models in the future✨

demo

now supported:OpenAI, iFLYTEK Spark, ERNIE Bot, Tongyi Qianwen

1. Use application

Application package is not signed and notarized, in case of failure to install, you can clone the code local packaging

1.1 Download the application package in release

1.2 The App under macOS indicates that it is damaged and cannot open the solution

Open the terminal, enter the following command, and execute:

sudo xattr -d com.apple.quarantine /Applications/xxxx.app

Note: Replace /Applications/xxxx.app with your App path.

2. Project Setup

2.1 Install

$ yarn

2.2 Development

$ yarn dev

2.3 Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux