Uses of Class
com.unfbx.chatgpt.OpenAiStreamClient
-
Packages that use OpenAiStreamClient Package Description com.unfbx.chatgpt com.unfbx.chatgpt.sse -
-
Uses of OpenAiStreamClient in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return OpenAiStreamClient Modifier and Type Method Description OpenAiStreamClientOpenAiStreamClient.Builder. build() -
Uses of OpenAiStreamClient in com.unfbx.chatgpt.sse
Constructors in com.unfbx.chatgpt.sse with parameters of type OpenAiStreamClient Constructor Description DefaultPluginListener(OpenAiStreamClient client, okhttp3.sse.EventSourceListener eventSourceListener, PluginAbstract plugin, ChatCompletion chatCompletion)PluginListener(OpenAiStreamClient client, okhttp3.sse.EventSourceListener eventSourceListener, PluginAbstract<R,T> plugin, ChatCompletion chatCompletion)构造方法必备四个元素
-