Skip to content

io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig

Description

Configuration for LangChain4j model JlamaStreamingChatModel

Configuration options

KeyTypeDefaultDescription
thread-countIntegerGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#threadCount(java.lang.Integer)
model-cache-pathPathGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#modelCachePath(java.nio.file.Path)
quantize-model-at-runtimeBooleanGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#quantizeModelAtRuntime(java.lang.Boolean)
temperatureFloatGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#temperature(java.lang.Float)
working-quantized-typeDTypeGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#workingQuantizedType(com.github.tjake.jlama.safetensors.DType)
max-tokensIntegerGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#maxTokens(java.lang.Integer)
model-nameStringConfigure the model name
working-directoryPathGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#workingDirectory(java.nio.file.Path)
enabledBooleantrueIf set to false, JlamaStreamingChatModel will not be available even if configured
auth-tokenStringGenerated from dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder#authToken(java.lang.String)

See the manifest for all available types.