()
| 229 | } |
| 230 | |
| 231 | function getGpt54MiniOption(): ModelOption { |
| 232 | return { |
| 233 | value: 'gpt-5.4-mini', |
| 234 | label: 'GPT-5.4 Mini', |
| 235 | description: 'GPT-5.4 Mini · Fast and efficient for simple tasks', |
| 236 | descriptionForModel: 'GPT-5.4 Mini - fast and efficient for simple coding tasks', |
| 237 | } |
| 238 | } |
| 239 | |
| 240 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 241 | return { |
no outgoing calls
no test coverage detected