We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3f8d6 commit c248e05Copy full SHA for c248e05
1 file changed
agents/base2/base2.ts
@@ -25,12 +25,7 @@ export function createBase2(
25
const isFree = mode === 'free' || mode === 'lite'
26
27
const isSonnet = false
28
- const model =
29
- mode === 'free'
30
- ? 'moonshotai/kimi-k2.6'
31
- : mode === 'lite'
32
33
- : 'anthropic/claude-opus-4.7'
+ const model = isFree ? 'moonshotai/kimi-k2.6' : 'anthropic/claude-opus-4.7'
34
35
return {
36
publisher,
0 commit comments