.env.example 424 B

123456789101112131415
  1. # ============================================================================
  2. # HelloClaw 环境变量配置
  3. # ============================================================================
  4. # LLM 配置
  5. LLM_MODEL_ID=glm-5
  6. LLM_API_KEY=your-api-key-here
  7. LLM_BASE_URL=https://open.bigmodel.cn/api/paas/v4/
  8. # 服务配置
  9. PORT=8000
  10. CORS_ORIGINS=http://localhost:5173
  11. # 工作空间配置
  12. WORKSPACE_PATH=~/.helloclaw/workspace