Class OllamaApi.Builder
java.lang.Object
org.springframework.ai.ollama.api.OllamaApi.Builder
- Enclosing class:
- OllamaApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
responseErrorHandler
(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) restClientBuilder
(org.springframework.web.client.RestClient.Builder restClientBuilder) webClientBuilder
(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseUrl
-
restClientBuilder
public OllamaApi.Builder restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) -
webClientBuilder
public OllamaApi.Builder webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) -
responseErrorHandler
public OllamaApi.Builder responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) -
build
-