Uses of Class
io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
Packages that use OpenAiStreamingChatModelConfig.BuilderBase
Package
Description
Provides integration with OpenAi models.
-
Uses of OpenAiStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with type parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic classOpenAiStreamingChatModelConfig.BuilderBase<BUILDER extends OpenAiStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OpenAiStreamingChatModelConfig> Fluent API builder base forOpenAiStreamingChatModelConfig.Subclasses of OpenAiStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.openaiModifier and TypeClassDescriptionstatic classFluent API builder forOpenAiStreamingChatModelConfig.Methods in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionOpenAiStreamingChatModelConfig.BuilderBase.from(OpenAiStreamingChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.