Skip to content

Perryman/syzyGyPT

Repository files navigation

syzyGyPT

This is a minimal Electron implementation of SmartGPT as discussed by AI Explained on youtube.

Demo: syzyGyPT

Note: This framework can consume a large number of tokens quickly and may cost more than you expect.

Features

  • Client-side API calls through index.html and renderer.js
  • Fetch requests for sending data
  • Option to save API keys in local storage (be cautious with key trust)
  • Basic release (fine-tune options not yet implemented)

Usage

Web App

# Clone this repository
git clone https://github.com/Perryman/syzyGyPT
# Go into the repository
cd syzyGyPT
# Start a web server of your choice, e.g. Python
python -m http.server 8080
# Browse to the website
https://localhost:8080

Standalone Electron App

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

# Clone this repository
git clone https://github.com/Perryman/syzyGyPT
# Go into the repository
cd syzyGyPT
# Install dependencies
npm install
# Run the app
npm start

About

An electron implementation of SmartGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published