klebertiko / tauri-gpt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 95.1%Language:JavaScript 2.4%Language:CSS 2.3%Language:Rust 0.1%