Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 730 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 730 Bytes

GPT Prompt Tauri App

Simple experiment recreating the openai gpt prompt using Tauri, RUST and Nextjs

Demo

With native titlebar

With custom titlebar

How to use

  1. Clone and Install dependencies
git clone https://github.com/sinhaguild/tauri-gpt

cd tauri-gpt
npm install
  1. Update environment variables
mv .env.example .env

Update OPENAI_API_KEY with your own, which can be procured from here.

  1. Run
npm run tauri dev
  1. Build
npm run tauri build