Skip to content

fjosue4/google-gemini-ui

Repository files navigation

Google Gemini Web Chat

Experience the new Google AI Model 'Gemini' on any device. This application is pure front-end, the API key and your name are stored in your browser and used to make requests, and all server connections are made directly to Google Servers. Test it online

Captura de pantalla 2024-01-24 a las 10 03 21

Changelog

  • User now gets feedback if try to access without an API Key.
  • User gets feedback if try to request with an invalid API Key.
  • It's possible to clear the chat history saved on the browser.
  • Light mode.
  • A proxy can be passed for all API requests from Setup.

image image

Features requested:

  • Easier way to setup API Key
  • Greeting or empty state when chatlog is empty.

Known issues/bugs:

  • None reported yet.

How to Run Locally:

  • npm i
  • npm start

Deploy is ready for Vercel.

Not using Vercel to deploy?

Check this step-by-step guide created by @TSSFL