This project is a chat application based on the Google GeminiPro API Key, with support for responsive layout. It can retain multiple sets of conversations, and the basic parameters for each set of conversations can be set separately.
You need to log in with an account or provide your own Gemini Pro API Key.
Developers can click to see how to deploy this feature.
Test Account | Password |
---|---|
guest | guest123456 |
Click the button to deploy to Vercel and follow the prompts to enter your Google GeminiPro API Key.
This feature requires enabling Edge config in Vercel. Follow these steps:
-
After the project is deployed, switch to the Storage Tab and select "New Edge Config."
-
In the Edge Config, switch to Projects and check if it is already associated with the current project.
-
Finally, switch to Items and at the bottom right, you can add usernames and passwords in JSON format by yourself.
-
Install dependencies
npm i
-
Create a new
.env
file, copy the contents of.env.example
into.env
, and modify it with your own API Key and configuration options.
- Local Start
npm run dev
Streaming Q&A(completed)Clearing previous conversations(completed)Calculating tokens and removing excess conversations(completed)Global settings, supporting client integration with GeminiPro API(completed)- Support for searching conversation content
Add GeminiPro Vision API(completed)