Spaces:
Running
Running
File size: 630 Bytes
d3b5ef6 ab26a21 | 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: CAD and 3D Agent
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# CAD and 3D Agent
A conversational agent for generating precise CadQuery CAD models and image-to-3D assets.
## Required Secrets
Configure these as Hugging Face Space secrets:
- `MODEL_ID`
- `ANTHROPIC_BASE_URL`
- `ANTHROPIC_API_KEY` or the auth variable required by your Anthropic-compatible endpoint
- `LUX3D_API_KEY`
## Runtime Storage
Set `AIGC_ARTIFACT_ROOT=/data/outputs` for persistent generated models and manifests on Hugging Face Spaces.
Feedback is appended to `$AIGC_ARTIFACT_ROOT/feedback/feedback.jsonl`.
|