- # ============================================================================
- # HelloClaw 环境变量配置
- # ============================================================================
- # LLM 配置
- LLM_MODEL_ID=glm-5
- LLM_API_KEY=your-api-key-here
- LLM_BASE_URL=https://open.bigmodel.cn/api/paas/v4/
- # 服务配置
- PORT=8000
- CORS_ORIGINS=http://localhost:5173
- # 工作空间配置
- WORKSPACE_PATH=~/.helloclaw/workspace
|