model property

String get model

Implementation

String get model => argResults?['model'] as String? ?? 'gpt-4o-mini';