Uses of Class
com.hw.openai.entity.chat.ChatCompletionResp
-
Uses of ChatCompletionResp in com.hw.openai
Modifier and TypeMethodDescriptionOpenAiClient.createChatCompletion
(ChatCompletion chatCompletion) Creates a model response for the given chat conversation. -
Uses of ChatCompletionResp in com.hw.openai.service
Modifier and TypeMethodDescriptionio.reactivex.Single<ChatCompletionResp>
OpenAiService.createChatCompletion
(ChatCompletion chatCompletion) Creates a response for the given chat conversation.io.reactivex.Single<ChatCompletionResp>
OpenAiService.createChatCompletion
(String deploymentId, String apiVersion, ChatCompletion chatCompletion) Creates a model response for the given chat conversation, using azure openai.