Skip to content

mukicohen75/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

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.
  • Fix: Gemini now understands the Chat History.
  • Hotfix: Last outbound message was being sent twice.

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