@@ -32,7 +32,7 @@ func TestImageNewVariationWithOptionalParams(t *testing.T) {
32
32
Model : openai .ImageModelDallE2 ,
33
33
N : openai .Int (1 ),
34
34
ResponseFormat : openai .ImageNewVariationParamsResponseFormatURL ,
35
- Size : openai .ImageNewVariationParamsSize256x256 ,
35
+ Size : openai .ImageNewVariationParamsSize1024x1024 ,
36
36
User : openai .String ("user-1234" ),
37
37
})
38
38
if err != nil {
@@ -63,7 +63,7 @@ func TestImageEditWithOptionalParams(t *testing.T) {
63
63
Model : openai .ImageModelDallE2 ,
64
64
N : openai .Int (1 ),
65
65
ResponseFormat : openai .ImageEditParamsResponseFormatURL ,
66
- Size : openai .ImageEditParamsSize256x256 ,
66
+ Size : openai .ImageEditParamsSize1024x1024 ,
67
67
User : openai .String ("user-1234" ),
68
68
})
69
69
if err != nil {
@@ -93,7 +93,7 @@ func TestImageGenerateWithOptionalParams(t *testing.T) {
93
93
N : openai .Int (1 ),
94
94
Quality : openai .ImageGenerateParamsQualityStandard ,
95
95
ResponseFormat : openai .ImageGenerateParamsResponseFormatURL ,
96
- Size : openai .ImageGenerateParamsSize256x256 ,
96
+ Size : openai .ImageGenerateParamsSize1024x1024 ,
97
97
Style : openai .ImageGenerateParamsStyleVivid ,
98
98
User : openai .String ("user-1234" ),
99
99
})
0 commit comments