Class DeepSeekApi.Builder
java.lang.Object
org.springframework.ai.deepseek.api.DeepSeekApi.Builder
- Enclosing class:
- DeepSeekApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbetaPrefixPath
(String betaPrefixPath) build()
completionsPath
(String completionsPath) 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
-
apiKey
-
apiKey
-
headers
-
completionsPath
-
betaPrefixPath
-
restClientBuilder
public DeepSeekApi.Builder restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) -
webClientBuilder
public DeepSeekApi.Builder webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) -
responseErrorHandler
public DeepSeekApi.Builder responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) -
build
-