Class OpenAiImageProperties
java.lang.Object
org.springframework.ai.model.openai.autoconfigure.OpenAiImageProperties
@ConfigurationProperties("spring.ai.openai.image")
public class OpenAiImageProperties
extends Object
OpenAI Image autoconfiguration properties.
- Since:
- 0.8.0
- Author:
- Thomas Vitale, lambochen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setBaseUrl
(String baseUrl) void
setImagesPath
(String imagesPath) void
setOptions
(OpenAiImageOptions options) void
setOrganizationId
(String organizationId) void
setProjectId
(String projectId)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
DEFAULT_IMAGES_PATH
- See Also:
-
DEFAULT_IMAGE_MODEL
-
-
Constructor Details
-
OpenAiImageProperties
public OpenAiImageProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
getImagesPath
-
setImagesPath
-
getApiKey
-
setApiKey
-
getBaseUrl
-
setBaseUrl
-
getProjectId
-
setProjectId
-
getOrganizationId
-
setOrganizationId
-