ChatsService class
Constructors
- ChatsService({required String baseUrl, required bool secure})
Properties
Methods
-
createChatCompletion(
{required String apiKey, required String organizationId, required GptChatCompletionRequest request}) → Future< GptCompletion> - Creates a model response for the given chat conversation.
-
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