Class AzureOpenAiConnectionProperties
java.lang.Object
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
@ConfigurationProperties("spring.ai.azure.openai")
public class AzureOpenAiConnectionProperties
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setCustomHeaders
(Map<String, String> customHeaders) void
setEndpoint
(String endpoint) void
setOpenAiApiKey
(String openAiApiKey)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
AzureOpenAiConnectionProperties
public AzureOpenAiConnectionProperties()
-
-
Method Details
-
getEndpoint
-
setEndpoint
-
getApiKey
-
setApiKey
-
getOpenAiApiKey
-
setOpenAiApiKey
-
getCustomHeaders
-
setCustomHeaders
-