| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
CompletionResponse |
OpenAiClient.completions(Completion completion)
问答接口
|
CompletionResponse |
OpenAiClient.completions(Completion completion)
问答接口
|
CompletionResponse |
OpenAiClient.completions(String question)
问答接口-简易版
|
CompletionResponse |
OpenAiClient.completions(String question)
问答接口-简易版
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<CompletionResponse> |
OpenAiApi.completions(Completion completion)
文本问答
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
|
io.reactivex.Single<CompletionResponse> |
OpenAiApi.completions(Completion completion)
文本问答
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
|
Copyright © 2023 grt1228. All rights reserved.