()
| 143 | export const FAST_MODE_MODEL_DISPLAY = 'Opus 4.6' |
| 144 | |
| 145 | export function getFastModeModel(): string { |
| 146 | return 'opus' + (isOpus1mMergeEnabled() ? '[1m]' : '') |
| 147 | } |
| 148 | |
| 149 | export function getInitialFastModeSetting(model: ModelSetting): boolean { |
| 150 | if (!isFastModeEnabled()) { |
no test coverage detected