CompletionsService class
Constructors
- CompletionsService({required String baseUrl, required bool secure})
Properties
Methods
-
createCompletion(
{required String apiKey, required String organizationId, required GptCompletionRequest request}) → Future< GptCompletion> - Creates a completion for the provided prompt and parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited