Patch both api and web sides

This commit is contained in:
Xin Wang
2026-02-08 21:59:56 +08:00
parent 68e47320cd
commit 8069a16227
5 changed files with 34 additions and 14 deletions

View File

@@ -16,6 +16,6 @@ View your app in AI Studio: https://ai.studio/apps/drive/1Cg9WH_2bOQEHVVj-lSN5l2
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Optional: set `VITE_API_BASE_URL` (for backend API, default `http://localhost:8000/api`)
3. Optional: set `VITE_API_BASE_URL` (for backend API, default `http://127.0.0.1:8100/api`)
4. Run the app:
`npm run dev`