feat: Add aspect_ratio parameter example to PARAMETER_EXAMPLES

This commit is contained in:
hlohaus
2026-04-04 13:03:17 +02:00
parent 37f229e873
commit d35d0ee0ff
+1
View File
@@ -69,6 +69,7 @@ PARAMETER_EXAMPLES = {
"width": 1024,
"height": 1024,
"reasoning_effort": "medium",
"aspect_ratio": "1:1",
}
class AbstractProvider(BaseProvider):