English / 简体中文
One-Click Free Deployment of Your Private Gemini 2.0 Multi-Modal Web Application
Accessible anytime on both computer and mobile devices.
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.
Set you Environment Variables NEXT_PUBLIC_GEMINI_API_KEY
& API Key in vercel
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.