| Package | Description |
|---|---|
| com.plexpt.chatgpt | |
| com.plexpt.chatgpt.api |
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionResponse |
ChatGPT.chatCompletion(ChatCompletion chatCompletion)
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
|
ChatCompletionResponse |
ChatGPT.chatCompletion(List<Message> messages)
支持多个问答参数来与服务端进行对话
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ChatCompletionResponse> |
Api.chatCompletion(ChatCompletion chatCompletion)
聊天
Chat
|
Copyright © 2024. All rights reserved.