Skip to content

This is a simple frontend app to test ChatGPT models with token. This is useful if you already have credits on OpenAI Platoform, but you don't want to pay extra money for ChatGPT. All tokens and settings are saved locally.

License

Notifications You must be signed in to change notification settings

ioalexander/local-gpt-chat

Repository files navigation

Local GPT Chat

This is a simple frontend app to test ChatGPT models with token. This is useful if you already have credits on OpenAI Platoform, but you don't want to pay extra money for ChatGPT. All tokens and settings are saved locally.

Blog post: https://ioalexander.com/project/local-gpt-chat-a-lean-open-source-chatgpt-frontend/

Screenshots

Inline-style: Dashboard Screenshot

History

I'm more of backend developer. I found out that I don't really have much Frontend experience with React. I only know Vue and Nuxt. So I decided that it will be good to practice.

Launch (production)

Run docker:

docker run -d --name local-gpt-chat -p 3000:3000 ioalexander/local-gpt-chat:latest

You can also check this tool on demo website.

Launch (development)

yarn
yarn start

Contribution

Feel free to make a PR and write what you did.

About

This is a simple frontend app to test ChatGPT models with token. This is useful if you already have credits on OpenAI Platoform, but you don't want to pay extra money for ChatGPT. All tokens and settings are saved locally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published