Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionorg.springframework.ai.azure.openai.AzureOpenAiChatClient.withDefaultOptions
(AzureOpenAiChatOptions) since 0.8.0, useAzureOpenAiChatClient(OpenAIClient, AzureOpenAiChatOptions)
instead.since 0.8.0, use theOpenAiChatClient(OpenAiApi, OpenAiChatOptions)
constructor instead.Use the constructor withPostgresMlEmbeddingOptions
instead.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionorg.springframework.ai.azure.openai.AzureOpenAiChatClient.withDefaultOptions
(AzureOpenAiChatOptions) since 0.8.0, useAzureOpenAiChatClient(OpenAIClient, AzureOpenAiChatOptions)
instead.UseOllamaOptions.setModel(java.lang.String)
instead.UseOllamaOptions.setModel(java.lang.String)
instead.since 0.8.0, use theOpenAiChatClient(OpenAiApi, OpenAiChatOptions)
constructor instead.
-
Deprecated Constructors