Uses of Class
com.unfbx.chatgpt.sse.PluginListener
-
Packages that use PluginListener Package Description com.unfbx.chatgpt com.unfbx.chatgpt.sse -
-
Uses of PluginListener in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type PluginListener Modifier and Type Method Description <R extends PluginParam,T>
voidOpenAiStreamClient. streamChatCompletionWithPlugin(ChatCompletion chatCompletion, okhttp3.sse.EventSourceListener eventSourceListener, PluginListener pluginEventSourceListener, PluginAbstract<R,T> plugin)插件问答简易版 默认取messages最后一个元素构建插件对话 默认模型:ChatCompletion.Model.GPT_3_5_TURBO_16K_0613 -
Uses of PluginListener in com.unfbx.chatgpt.sse
Subclasses of PluginListener in com.unfbx.chatgpt.sse Modifier and Type Class Description classDefaultPluginListener描述: 插件开发返回信息收集sse监听器
-