Gertie01 commited on
Commit
f83a980
·
verified ·
1 Parent(s): 847c22c

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +2 -1
models.py CHANGED
@@ -156,7 +156,8 @@ def generate_remixed_image(
156
  model="gpt-image-1",
157
  prompt=final_prompt,
158
  size="1024x1024",
159
- quality="standard",
 
160
  n=1
161
  )
162
 
 
156
  model="gpt-image-1",
157
  prompt=final_prompt,
158
  size="1024x1024",
159
+ quality="medium", # valid: low | medium | high | auto
160
+ response_format="url", # return URLs, so the next lines keep working
161
  n=1
162
  )
163