This commit is contained in:
Jicheng Lu 2024-07-02 21:55:17 -05:00
parent 5e87ba5de8
commit e29977ea0a

View file

@ -177,7 +177,7 @@ public class ImageGenerationProvider : IImageGeneration
GeneratedImageStyle retStyle;
switch (value)
{
case "standard":
case "natural":
retStyle = GeneratedImageStyle.Natural;
break;
case "vivid":