mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 13:48:07 +08:00
dall-e-3 adds 'quality' and 'style' options
This commit is contained in:
@@ -9,3 +9,5 @@ export interface RequestMessage {
|
||||
}
|
||||
|
||||
export type DalleSize = "1024x1024" | "1792x1024" | "1024x1792";
|
||||
export type DalleQuality = "standard" | "hd";
|
||||
export type DalleStyle = "vivid" | "natural";
|
||||
|
Reference in New Issue
Block a user