openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.1.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/Custom/Images/GeneratedImageStyle.cs

12lines · modepreview

namespace OpenAI.Images;

// CUSTOM: Renamed.
/// <summary>
///     The style of the image that will be generated. <see cref="Vivid"/> causes the model to lean towards generating
///     hyper-real and dramatic images. <see cref="Natural"> causes the model to produce more natural, less hyper-real
///     looking images.
/// </summary>
[CodeGenModel("CreateImageRequestStyle")]
public readonly partial struct GeneratedImageStyle
{
}