We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9d923 commit 755a22fCopy full SHA for 755a22f
1 file changed
common/src/constants/free-agents.ts
@@ -30,7 +30,7 @@ export const FREE_MODE_AGENT_MODELS: Record<string, Set<string>> = {
30
'researcher-docs': new Set(['x-ai/grok-4.1-fast']),
31
32
// Command execution
33
- 'commander-lite': new Set(['minimax/minimax-m2.5']),
+ 'commander-lite': new Set(['x-ai/grok-4.1-fast']),
34
35
// Editor for free mode
36
'editor-lite': new Set(['minimax/minimax-m2.5']),
0 commit comments