Class AzureOpenAiProperties
java.lang.Object
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiProperties
@ConfigurationProperties("spring.ai.azure.openai")
public class AzureOpenAiProperties
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
void
void
setEmbeddingModel
(String embeddingModel) void
setEndpoint
(String endpoint) Sets the service endpoint that will be connected to by clients.void
void
setTemperature
(Double temperature)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
AzureOpenAiProperties
public AzureOpenAiProperties()
-
-
Method Details
-
getEndpoint
-
setEndpoint
Sets the service endpoint that will be connected to by clients.- Parameters:
endpoint
- The URL of the service endpoint
-
getTemperature
-
setTemperature
-
getModel
-
setModel
-
setApiKey
-
getApiKey
-
getEmbeddingModel
-
setEmbeddingModel
-