fjosue4 / google-gemini-ui

Basic UI to chat with Google Gemini AI
https://google-gemini-ui.vercel.app
MIT License
49 stars 22 forks source link
ai-chat api api-rest chatgpt front-end gemini gemini-api google google-gemini google-gemini-ai open-source react redux-toolkit typescript vertex-ai vertex-ai-gemini-api

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

image

⚠️ Before this fix, every message was an independent prompt.

image image

Features requested:

Known issues/bugs:

How to Run Locally:

Run with Docker

docker compose up # http://localhost:5173

Deploy is ready for Vercel.

Not using Vercel to deploy?

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