menu
openai_gpt3_api package
documentation
completion.dart
CompletionApiResult
choices property
choices property
dark_mode
light_mode
choices
property
List
<
Choice
>
choices
final
The list of n choices generated by GPT-3.
Implementation
final List<Choice> choices;
openai_gpt3_api package
documentation
completion
CompletionApiResult
choices property
CompletionApiResult class