Uses of Class
com.unfbx.chatgpt.entity.chat.ChatCompletionResponse
-
Packages that use ChatCompletionResponse Package Description com.unfbx.chatgpt -
-
Uses of ChatCompletionResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return ChatCompletionResponse Modifier and Type Method Description ChatCompletionResponseOpenAiClient. chatCompletion(ChatCompletion chatCompletion)最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型ChatCompletionResponseOpenAiClient. chatCompletion(List<Message> messages)简易版Methods in com.unfbx.chatgpt that return types with arguments of type ChatCompletionResponse Modifier and Type Method Description io.reactivex.Single<ChatCompletionResponse>OpenAiApi. chatCompletion(ChatCompletion chatCompletion)最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
-