Uses of Class
com.unfbx.chatgpt.entity.chat.BaseChatCompletion
-
Packages that use BaseChatCompletion Package Description com.unfbx.chatgpt com.unfbx.chatgpt.entity.chat -
-
Uses of BaseChatCompletion in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with type parameters of type BaseChatCompletion Modifier and Type Method Description <T extends BaseChatCompletion>
ChatCompletionResponseOpenAiClient. chatCompletion(T chatCompletion)最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型<T extends BaseChatCompletion>
voidOpenAiStreamClient. streamChatCompletion(T chatCompletion, okhttp3.sse.EventSourceListener eventSourceListener)流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型 -
Uses of BaseChatCompletion in com.unfbx.chatgpt.entity.chat
Subclasses of BaseChatCompletion in com.unfbx.chatgpt.entity.chat Modifier and Type Class Description classChatCompletion描述: chat模型参数classChatCompletionWithPicture描述: chat模型附带图片的参数
-