Uses of Class
io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
Packages that use JlamaChatModelConfig.BuilderBase
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
JlamaChatModelConfig.BuilderBase<BUILDER extends JlamaChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JlamaChatModelConfig> Fluent API builder base forJlamaChatModelConfig
.Subclasses of JlamaChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlamaMethods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionJlamaChatModelConfig.BuilderBase.from
(JlamaChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaChatModelConfig.BuilderBaseModifierConstructorDescriptionprotected
JlamaChatModelConfigImpl
(JlamaChatModelConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.