Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 411 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 411 Bytes

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