iShowRelx5/specForge-api
0
SpecForge API Space
This Hugging Face Space runs the SpecForge FastAPI backend.
Backend health check:
https://ishowrelx5-specforge-api.hf.space/api/v1/healthThe Vercel frontend should use this environment variable:
BACKEND_URL=https://ishowrelx5-specforge-api.hf.spaceRequired Space secrets:
LLM_API_KEY=<Moonshot API key>
LLM_BASE_URL=https://api.moonshot.cn/v1
LLM_MODEL=kimi-k2.6
REDIS_URL=rediss://default:<password>@<host>:6379Legacy QWEN_* secret names are still accepted.
Operational notes:
- Free Spaces can cold start; first request may take a short wait.
- Redis is used for session cache. If it is unavailable, core generation still works.
- SQLite FTS search errors fall back to LIKE search so retrieval does not block generation.
/api/v1/healthdoes not call the LLM and is safe for uptime checks.
