| Package | Description |
|---|---|
| com.unfbx.chatgpt | |
| com.unfbx.chatgpt.entity.chat |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseChatCompletion> |
OpenAiClient.chatCompletion(T chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
<T extends BaseChatCompletion> |
OpenAiClient.chatCompletion(T chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
<T extends BaseChatCompletion> |
OpenAiStreamClient.streamChatCompletion(T chatCompletion,
okhttp3.sse.EventSourceListener eventSourceListener)
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
<T extends BaseChatCompletion> |
OpenAiStreamClient.streamChatCompletion(T chatCompletion,
okhttp3.sse.EventSourceListener eventSourceListener)
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatCompletion
描述: chat模型参数
|
class |
ChatCompletionWithPicture
描述: chat模型附带图片的参数
|
Copyright © 2023 grt1228. All rights reserved.