Simple experiment recreating the openai gpt prompt using Tauri, RUST and Nextjs
With native titlebar
With custom titlebar
- Clone and Install dependencies
git clone https://github.com/sinhaguild/tauri-gpt
cd tauri-gpt
npm install
- Update environment variables
mv .env.example .envUpdate OPENAI_API_KEY with your own, which can be procured from here.
- Run
npm run tauri dev- Build
npm run tauri build
