About • Screenshots • Installation and Instructions • Technologies
A client for a LLM like ChatGPT, but free and open source, powered by Gemini.
- Date of Creation: 6/6/2024
- Author: Lim Wei Jen
- Version: 1.0.0
- clone the repository
git clone https://github.com/LimWeiJen/open-source-chat-client.git
- open up a new terminal in the cloned directory and paste this command
npm i && npm run dev
- create a
.env
file and write this:API_KEY="<Your Google Gemini Api Key>"
- go to
http://localhost:3000
and enjoy 🤗!
- or you can just try it out here