Package xyz.felh.openai.completion
Class Completion
java.lang.Object
xyz.felh.openai.OpenAiApiObjectWithId
xyz.felh.openai.completion.Completion
- All Implemented Interfaces:
Serializable,IOpenAiApiObject
Given a prompt, the model will return one or more predicted completions,
and can also return the probabilities of alternative tokens at each position.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Completion
public Completion()
-