Class OllamaModels.OllamaModelsBuilder
java.lang.Object
dev.langchain4j.model.ollama.OllamaModels.OllamaModelsBuilder
- Enclosing class:
OllamaModels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()httpClientBuilder(dev.langchain4j.http.client.HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.logRequests(Boolean logRequests) logResponses(Boolean logResponses) maxRetries(Integer maxRetries)
-
Constructor Details
-
OllamaModelsBuilder
public OllamaModelsBuilder()
-
-
Method Details
-
httpClientBuilder
public OllamaModels.OllamaModelsBuilder httpClientBuilder(dev.langchain4j.http.client.HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.NOTE:
timeout(Duration)overrides timeouts set on theHttpClientBuilder. -
baseUrl
-
timeout
-
maxRetries
-
logRequests
-
logResponses
-
build
-