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.
- 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)
# 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
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