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/
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.
Run docker:
docker run -d --name local-gpt-chat -p 3000:3000 ioalexander/local-gpt-chat:latestYou can also check this tool on demo website.
yarnyarn startFeel free to make a PR and write what you did.
