Updated the format of resolution keys in

DalleSizeRatios map
This commit is contained in:
ckt1031 2023-11-15 19:58:47 +08:00
parent 1768d1ef55
commit 4f90276473

View File

@ -13,8 +13,8 @@ var DalleSizeRatios = map[string]map[string]float64{
}, },
"dall-e-3": { "dall-e-3": {
"1024x1024": 1, "1024x1024": 1,
"1024×1792": 2, "1024x1792": 2,
"1792×1024": 2, "1792x1024": 2,
}, },
} }