Following information is expected to be available and accurate in a file named .env with values different than the ones shown: MONGODB_CONNECTION_TEMPLATE='fmorrison ...
cd ui npm install cp .env.example .env 编辑.env,设置自己的Gemini APIKEY(可在Google AI Studio中申请) 设置模型,默认使用'gemini-2.5-flash',在当前场景下,2.5-pro模型不能正常使用,可选项是2.5-flash和2.5-flash-lite npm run dev 访问 localhost:5173 ...