Uses of Class
org.springframework.ai.openai.api.OpenAiApi.Builder
Packages that use OpenAiApi.Builder
-
Uses of OpenAiApi.Builder in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.BuilderModifier and TypeMethodDescriptionOpenAiApi.Builder.apiKey(org.springframework.ai.model.ApiKey apiKey) static OpenAiApi.BuilderOpenAiApi.builder()OpenAiApi.Builder.completionsPath(String completionsPath) OpenAiApi.Builder.embeddingsPath(String embeddingsPath) OpenAiApi.mutate()Returns a builder pre-populated with the current configuration for mutation.OpenAiApi.Builder.responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) OpenAiApi.Builder.restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) OpenAiApi.Builder.webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)