google-gemini-ui
google-gemini-ui copied to clipboard
Basic UI to chat with Google Gemini AI
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.
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