Uses of Class
org.springframework.ai.openai.OpenAiAudioSpeechModel.Builder
Packages that use OpenAiAudioSpeechModel.Builder
-
Uses of OpenAiAudioSpeechModel.Builder in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiAudioSpeechModel.BuilderModifier and TypeMethodDescriptionOpenAiAudioSpeechModel.builder()Creates a new builder instance with default configuration.OpenAiAudioSpeechModel.Builder.httpClientBuilderCustomizer(OpenAiHttpClientBuilderCustomizer customizer) Registers anOpenAiHttpClientBuilderCustomizerthat mutates the underlying OkHttp client builder before the OpenAI clients are constructed.OpenAiAudioSpeechModel.Builder.httpClientBuilderCustomizers(List<OpenAiHttpClientBuilderCustomizer> customizers) Sets the full list ofcustomizersto apply, replacing any customizers registered earlier on this builder.OpenAiAudioSpeechModel.mutate()Creates a builder initialized with this model's configuration.OpenAiAudioSpeechModel.Builder.openAiClient(@Nullable com.openai.client.OpenAIClient openAiClient) Sets the OpenAIClient.OpenAiAudioSpeechModel.Builder.options(@Nullable OpenAiAudioSpeechOptions options) Sets the default options.