create abstract method
Implementation
Future<AIResponse> create(
{String model = 'text-davinci-003',
dynamic prompt,
int? maxTokens = 200,
double? temperature,
double? topP,
int? n,
int? logprobs,
bool? echo,
String? stop,
int? bestOf,
String? user,
String? suffix});