We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd25699 commit b70f174Copy full SHA for b70f174
1 file changed
common/src/constants/free-agents.ts
@@ -34,6 +34,9 @@ export const FREE_MODE_AGENT_MODELS: Record<string, Set<string>> = {
34
35
// Editor for free mode
36
'editor-lite': new Set(['minimax/minimax-m2.5']),
37
+
38
+ // Code reviewer for free mode
39
+ 'code-reviewer-lite': new Set(['minimax/minimax-m2.5']),
40
}
41
42
/**
0 commit comments