This project stopped maintenance, new project address: https://github.com/classfang/AIHub
An assistant-centered ChatGPT electron client with a minimalist interface will support more models in the future✨
now supported:OpenAI, iFLYTEK Spark, ERNIE Bot, Tongyi Qianwen
Application package is not signed and notarized, in case of failure to install, you can clone the code local packaging
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.
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux