Uses of Class
com.unfbx.chatgpt.entity.completions.CompletionResponse
-
Packages that use CompletionResponse Package Description com.unfbx.chatgpt -
-
Uses of CompletionResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return CompletionResponse Modifier and Type Method Description CompletionResponseOpenAiClient. completions(Completion completion)问答接口CompletionResponseOpenAiClient. completions(String question)问答接口-简易版Methods in com.unfbx.chatgpt that return types with arguments of type CompletionResponse 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.
-