Uses of Class
dev.langchain4j.model.jlama.JlamaStreamingChatModel.JlamaStreamingChatModelBuilder
Packages that use JlamaStreamingChatModel.JlamaStreamingChatModelBuilder
-
Uses of JlamaStreamingChatModel.JlamaStreamingChatModelBuilder in dev.langchain4j.model.jlama
Methods in dev.langchain4j.model.jlama that return JlamaStreamingChatModel.JlamaStreamingChatModelBuilderModifier and TypeMethodDescriptionJlamaStreamingChatModel.builder()
JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.modelCachePath
(Path modelCachePath) JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.quantizeModelAtRuntime
(Boolean quantizeModelAtRuntime) JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.temperature
(Float temperature) JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.threadCount
(Integer threadCount) JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.workingDirectory
(Path workingDirectory) JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.workingQuantizedType
(com.github.tjake.jlama.safetensors.DType workingQuantizedType)