chatGptCodexModels top-level property

List<String> chatGptCodexModels
final

Slugs only — same shape callers used to read from the hand-rolled list before the sync script existed.

Implementation

final List<String> chatGptCodexModels = <String>[
  for (final m in chatGptCodexBundledModels) m.slug,
];