change(ui): default composer image quality to medium
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -100,7 +100,7 @@ export const composerRatioOptions: Array<{ id: ComposerImageRatio; label: string
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const defaultComposerImageSettings: ComposerImageSettings = {
|
export const defaultComposerImageSettings: ComposerImageSettings = {
|
||||||
quality: "auto",
|
quality: "medium",
|
||||||
resolution: "1K",
|
resolution: "1K",
|
||||||
ratio: "1:1",
|
ratio: "1:1",
|
||||||
width: 1024,
|
width: 1024,
|
||||||
|
|||||||
Reference in New Issue
Block a user