| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ChatCompletionResponse> |
OpenAiApi.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
ChatCompletionResponse |
OpenAiClient.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
ChatCompletionResponse |
OpenAiClient.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
io.reactivex.Single<ChatCompletionResponse> |
OpenAiApi.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
void |
OpenAiStreamClient.streamChatCompletion(ChatCompletion chatCompletion,
okhttp3.sse.EventSourceListener eventSourceListener)
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
void |
OpenAiStreamClient.streamChatCompletion(ChatCompletion chatCompletion,
okhttp3.sse.EventSourceListener eventSourceListener)
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
Copyright © 2023 grt1228. All rights reserved.