Skip to content

One-Click Free Deployment of Your Private Gemini 2.0 Multi-Modal Web Application,Accessible anytime on both computer and mobile devices.

Notifications You must be signed in to change notification settings

coderzc/Gemini-Next-Web

 
 

Repository files navigation

cover

Gemini-Next-Web

English / 简体中文

image

On the basis of the original project, some features have been extended:

  1. Add proxy address configurable

  2. Add TTS to Chinese voice support, select TTS mode, the native voice does not support Chinese, use Microsoft TTS to realize Chinese support. How to get the Azure TTS API-KEY

Getting Started

First of all,you need to obtain the API Key from google aistudio https://aistudio.google.com

Please pay attention to the network environment. Non-Gemini authorized network environments will not be available.

- Vercel one-click deployment

Deploy on Vercel

Set you Environment Variables NEXT_PUBLIC_GEMINI_API_KEY & API Key in vercel

- Local deployment

First, set you NEXT_PUBLIC_GEMINI_API_KEY in .env and run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Then, open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Contributors

LICENSE

apache

About

One-Click Free Deployment of Your Private Gemini 2.0 Multi-Modal Web Application,Accessible anytime on both computer and mobile devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.7%
  • JavaScript 24.6%
  • CSS 0.7%