better glb

This commit is contained in:
SyncTwin GmbH
2025-06-22 16:59:26 +00:00
committed by Michael Wagner
parent 4e5f483492
commit 7d4c713bfa
3 changed files with 39 additions and 20 deletions

View File

@@ -56,10 +56,6 @@ class GenerationRequest(BaseModel):
ge=1000,
le=100000
)
type: Literal["glb", "obj"] = Field(
"glb",
description="Output file format"
)
class GenerationResponse(BaseModel):