Uses of Interface
io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
Packages that use JlamaStreamingChatModelConfig
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaStreamingChatModelConfigModifier and TypeClassDescriptionstatic class
JlamaStreamingChatModelConfig.BuilderBase<BUILDER extends JlamaStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JlamaStreamingChatModelConfig> Fluent API builder base forJlamaStreamingChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.jlama that implement JlamaStreamingChatModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.jlama that return JlamaStreamingChatModelConfigModifier and TypeMethodDescriptionJlamaStreamingChatModelConfig.Builder.build()
JlamaStreamingChatModelConfig.Builder.buildPrototype()
JlamaStreamingChatModelConfig.create()
Create a new instance with default values.Deprecated.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaStreamingChatModelConfigModifier and TypeMethodDescriptionJlamaStreamingChatModelConfig.builder
(JlamaStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.JlamaStreamingChatModelConfig.BuilderBase.from
(JlamaStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)