Uses of Class
org.springframework.ai.autoconfigure.openai.OpenAiConnectionProperties
-
Uses of OpenAiConnectionProperties in org.springframework.ai.autoconfigure.openai
Modifier and TypeMethodDescriptionOpenAiAutoConfiguration.openAiChatClient
(OpenAiConnectionProperties commonProperties, OpenAiChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext) OpenAiAutoConfiguration.openAiEmbeddingClient
(OpenAiConnectionProperties commonProperties, OpenAiEmbeddingProperties embeddingProperties, org.springframework.web.client.RestClient.Builder restClientBuilder) OpenAiAutoConfiguration.openAiImageClient
(OpenAiConnectionProperties commonProperties, OpenAiImageProperties imageProperties, org.springframework.web.client.RestClient.Builder restClientBuilder)