Skip to content

ChristianPavilonis/chat-gpt

Repository files navigation

Tauri + ChatGPT

To set your api key by going to settings: Command + ,

To clear your conversation press Command + K

Building

You need Rust to build this application. To setup Rust follow this guide for your system.

Install dependencies

yarn install

Build

yarn tauri build

To develop

yarn tauri dev