Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Packages that use OpenAiApi.ChatCompletionRequest
-
Uses of OpenAiApi.ChatCompletionRequest in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionRequestModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionRequest.streamOptions(OpenAiApi.ChatCompletionRequest.StreamOptions streamOptions) Sets theOpenAiApi.ChatCompletionRequest.StreamOptionsfor this request.Methods in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OpenAiApi.ChatCompletion>OpenAiApi.chatCompletionEntity(OpenAiApi.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.org.springframework.http.ResponseEntity<OpenAiApi.ChatCompletion>OpenAiApi.chatCompletionEntity(OpenAiApi.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a model response for the given chat conversation.reactor.core.publisher.Flux<OpenAiApi.ChatCompletionChunk>OpenAiApi.chatCompletionStream(OpenAiApi.ChatCompletionRequest chatRequest) Creates a streaming chat response for the given chat conversation.reactor.core.publisher.Flux<OpenAiApi.ChatCompletionChunk>OpenAiApi.chatCompletionStream(OpenAiApi.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a streaming chat response for the given chat conversation.