ChatGPTxTauri is a desktop application that allows users to interact with a large language model based on GPT-3.5 architecture. Available on macOS, Linux, and Windows operating systems, the app provides users with a chat interface where they can input text and receive responses generated by the AI model. Users can engage in natural language conversations with ChatGPT on a variety of topics, from general knowledge to more specialized fields. The app is designed to be user-friendly and easy to navigate, making it accessible to users of all technical backgrounds.
- Install the .apk file from the release section and run on macOS, Windows or Linux devices.
- Alternatively, you can build your own release by cloning the github repo, and running
pnpm tauri build
- Clone repo and create a new branch:
$ git checkout /~https://github.com/TESLA2402/ChatGPT-Tauri -b name_for_new_branch
. - Make changes and test
- Submit Pull Request with comprehensive description of changes