Uses of Class
org.springframework.ai.deepseek.api.DeepSeekApi.Builder
Packages that use DeepSeekApi.Builder
-
Uses of DeepSeekApi.Builder in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.BuilderModifier and TypeMethodDescriptionDeepSeekApi.Builder.apiKey(org.springframework.ai.model.ApiKey apiKey) DeepSeekApi.Builder.betaPrefixPath(String betaPrefixPath) static DeepSeekApi.BuilderDeepSeekApi.builder()DeepSeekApi.Builder.completionsPath(String completionsPath) DeepSeekApi.Builder.responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) DeepSeekApi.Builder.restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) DeepSeekApi.Builder.webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)