Skip to content

Commit 8d0f393

Browse files
committed
And kimi also
1 parent 60b3e85 commit 8d0f393

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common/src/__tests__/free-agents.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('free mode agent model allowlist', () => {
3838
).toBe(true)
3939
expect(
4040
isFreeModeAllowedAgentModel('base2-free', FREEBUFF_KIMI_MODEL_ID),
41-
).toBe(false)
41+
).toBe(true)
4242
expect(
4343
isFreeModeAllowedAgentModel('base2-free-kimi', FREEBUFF_KIMI_MODEL_ID),
4444
).toBe(true)

common/src/constants/free-agents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const FREE_MODE_AGENT_MODELS: Record<string, Set<string>> = {
6666
FREEBUFF_MINIMAX_MODEL_ID,
6767
FREEBUFF_GLM_MODEL_ID,
6868
FREEBUFF_DEEPSEEK_V4_PRO_MODEL_ID,
69+
FREEBUFF_KIMI_MODEL_ID,
6970
]),
7071
'base2-free-kimi': new Set([FREEBUFF_KIMI_MODEL_ID]),
7172
'base2-free-deepseek': new Set([FREEBUFF_DEEPSEEK_V4_PRO_MODEL_ID]),

0 commit comments

Comments
 (0)