Uses of Class
com.unfbx.chatgpt.entity.completions.Completion
-
Packages that use Completion Package Description com.unfbx.chatgpt -
-
Uses of Completion in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type Completion Modifier and Type Method 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.CompletionResponseOpenAiClient. completions(Completion completion)问答接口voidOpenAiStreamClient. streamCompletions(Completion completion, okhttp3.sse.EventSourceListener eventSourceListener)问答接口 stream 形式
-