Skip to content

atomicgamedeveloper/simpleChat

Repository files navigation

simpleChat, a ChatGPT clone

Welcome to this project meant to save on ChatGPT expenses by utilising the API. Paying what you use.

image

Features

  • Switch between GPT 3.5 Turbo and GPT 4.1 Turbo
  • Locally saved chats
  • Moving context window
  • Stop responding / Continue button
  • Named chats like the interface
  • Code blocks

How to install on Windows using release package

  • Download and extract simpleChat-v1.0.0-pre.zip
  • Input your API key in the openai.txt file and save.
  • Finally, open the simpleChat.exe file.

How to install through Git

  • Clone the project
  • Download and install Nodejs: https://nodejs.org/en/download/
  • Install electron by running this command in the folder: npm install --save-dev electron
  • Finally add a text file with your API key called openai.txt in the main folder, then you can run it with: npm start

About

An elegant ChatGPT API chat interface.

Resources

Stars

Watchers

Forks

Packages

No packages published