On the basis of the original project, some features have been extended:
-
Add proxy address configurable
-
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
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.