Spaces:
Running
Running
File size: 612 Bytes
cd3b358 8a2e574 cd3b358 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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
|