soulhighwing / LocalGPT

a html page for you to use GPT API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalGPT is a one-page chat application that allows you to interact with OpenAI's GPT-3.5 API without the need for a server, extra libraries, or login accounts.

Simply download the ZIP package(https://github.com/soulhighwing/LocalGPT/archive/refs/heads/master.zip), extract it in a folder, and open the index.html file. Input your OpenAI API key, and you're ready to go. This easy-to-use chat application supports customized prompts, context selection, chat history save/load, and adjustable ChatGPT variables.

If you want cloud sync, just copy it to your cloud fold, like dropbox, or onedrive. it's easy and lightweight.

v 1.0.0

  • API vars adjustable
  • load/save predefined prompts from csv/json
  • selectable load/save chat history
  • chat with/without context

I write this for my daughter, thought it might be useful to others.

If you prefer Chrome Extension, try this: https://chrome.google.com/webstore/detail/chatgptcustomizer/ciceinlnjocpopoccfhekjebkpapogoc

About

a html page for you to use GPT API

License:GNU General Public License v3.0


Languages

Language:JavaScript 49.2%Language:HTML 33.0%Language:CSS 17.8%