Skip to content

Simple recreation of the openai GPT prompt using Tauri, RUST and NEXTjs.

Notifications You must be signed in to change notification settings

sinhaGuild/tauri-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple recreation of the openai GPT prompt using Tauri, RUST and NEXTjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published