Uses of Class
io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
Packages that use JlamaStreamingChatModelConfig.BuilderBase
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaStreamingChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic classJlamaStreamingChatModelConfig.BuilderBase<BUILDER extends JlamaStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JlamaStreamingChatModelConfig> Fluent API builder base forJlamaStreamingChatModelConfig.Subclasses of JlamaStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlamaModifier and TypeClassDescriptionstatic classFluent API builder forJlamaStreamingChatModelConfig.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaStreamingChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionJlamaStreamingChatModelConfig.BuilderBase.from(JlamaStreamingChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaStreamingChatModelConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.