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:
songtianlun 2025-02-16 13:27:25 +08:00
parent e5930c666b
commit 0ef979e5c4

View File

@ -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
} }
) )