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 class
JlamaStreamingChatModelConfig.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 class
Fluent 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.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.