Spaces:
Sleeping
Sleeping
File size: 691 Bytes
23bde28 ce3390f 23bde28 ce3390f 23bde28 ce3390f 385cf6b ce3390f 23bde28 ce3390f 23bde28 ce3390f 23bde28 ce3390f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
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.
|