JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.ollama.runtime.config
Interface ChatModelFixedRuntimeConfig
public interface
ChatModelFixedRuntimeConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
modelId
()
Model to use.
Method Details
modelId
@WithDefault("llama3")
String
modelId
()
Model to use. According to
Ollama docs
, the default value is
llama3