本地部署分为四个关键步骤,需要提前安装Node.js运行环境:
- Code Fetch: By
git clone https://github.com/NiladriHazra/Open-Fiesta.git克隆仓库到本地 - Dependent Installation: Go to the project directory and execute
npm i安装所有依赖包 - Key Configuration: Create the
.env.local文件,需至少配置以下任一项:- OpenRouter密钥:
OPENROUTER_API_KEY=your_key - Gemini密钥:
GOOGLE_GENERATIVE_AI_API_KEY=your_key
- OpenRouter密钥:
- service activation: Run
npm run devaftercarehttp://localhost:3000
注意事项:部署前需注册相应平台的开发者账号获取API密钥,其中OpenRouter平台提供部分模型的免费调用额度。
This answer comes from the articleOpen-Fiesta: an open source tool for chatting with multiple AI macromodels at onceThe





























