Spaces:
Running
Running
| # FixFlow Environment Variables | |
| # Copy this file to .env and fill in your API keys | |
| # Z.ai / GLM API Key (get from https://open.bigmodel.cn/) | |
| GLM_API_KEY=your_glm_api_key_here | |
| # GitHub Personal Access Token (optional, for private repos & higher rate limits) | |
| # Generate at: https://github.com/settings/tokens | |
| GITHUB_TOKEN=your_github_token_here | |
| # GLM Model (options: glm-5, glm-5.1, glm-5-plus) | |
| GLM_MODEL=glm-5 | |
| # GLM API Base URL | |
| GLM_BASE_URL=https://open.bigmodel.cn/api/paas/v4 | |
| # Max files to analyze per repo | |
| MAX_FILES_TO_SCAN=100 | |
| # Max file size in bytes to read (50KB default) | |
| MAX_FILE_SIZE_BYTES=51200 | |