--- title: HackingFactory V2 emoji: 🏭 colorFrom: red colorTo: gray sdk: docker pinned: false license: mit app_port: 7860 variables: VITE_APP_ID: "hacking-factory-v2" JWT_SECRET: "your-secret-here" DATABASE_URL: "mysql://user:pass@host:3306/db" BUILT_IN_FORGE_API_KEY: "SEE_SECRETS" --- # HackingFactory v2 - Enhanced Self-Refining AI This space runs an advanced AI factory for generating, testing, and refining code. ## Configuration Ensure you have set the following secrets in your Space settings: - `BUILT_IN_FORGE_API_KEY`: Your Hugging Face API Token (provided). - `DATABASE_URL`: Your TiDB or MySQL connection string. - `JWT_SECRET`: A random string for authentication.