| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionResponse |
OpenAiClient.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
ChatCompletionResponse |
OpenAiClient.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
ChatCompletionResponse |
OpenAiClient.chatCompletion(List<Message> messages)
简易版
|
ChatCompletionResponse |
OpenAiClient.chatCompletion(List<Message> messages)
简易版
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ChatCompletionResponse> |
OpenAiApi.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
io.reactivex.Single<ChatCompletionResponse> |
OpenAiApi.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
Copyright © 2023 grt1228. All rights reserved.