Tauri + Svelte app to communicate with ChatGPT via OpenAI API
Copy .env.example
to .env
and fill it with your own OpenAI API key.
Install dependencies and run tauri dev
script
npm i
npm run tauri dev
To build this project run
npm run tauri build