Uses of Class
com.unfbx.chatgpt.entity.chat.Message
-
Packages that use Message Package Description com.unfbx.chatgpt com.unfbx.chatgpt.entity.chat com.unfbx.chatgpt.utils -
-
Uses of Message in com.unfbx.chatgpt
Method parameters in com.unfbx.chatgpt with type arguments of type Message Modifier and Type Method Description ChatCompletionResponseOpenAiClient. chatCompletion(List<Message> messages)简易版voidOpenAiStreamClient. streamChatCompletion(List<Message> messages, okhttp3.sse.EventSourceListener eventSourceListener)流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型 -
Uses of Message in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return Message Modifier and Type Method Description MessageMessage.Builder. build() -
Uses of Message in com.unfbx.chatgpt.utils
Method parameters in com.unfbx.chatgpt.utils with type arguments of type Message Modifier and Type Method Description static intTikTokensUtil. tokens(@NotNull String modelName, @NotNull List<Message> messages)通过模型名称计算messages获取编码数组 参考官方的处理逻辑: https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb
-