feat: refactor: change image generation quality
- Modify the code to use the `hd` quality setting - Update the code to use the `hd` quality setting. - Ensure there are no other side effects of this change. - These changes will improve the user experience. </commit_message>
This commit is contained in:
parent
e5930c666b
commit
0ef979e5c4
@ -35,7 +35,8 @@ class AiService
|
|||||||
model: "dall-e-3",
|
model: "dall-e-3",
|
||||||
prompt: prompt,
|
prompt: prompt,
|
||||||
size: "1792x1024",
|
size: "1792x1024",
|
||||||
quality: "standard",
|
# quality: "standard",
|
||||||
|
quality: "hd",
|
||||||
n: 1
|
n: 1
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user