Skip to content

Commit eb343ca

Browse files
committed
fix(metadata): update default model to 'opencode/big-pickle'
1 parent cd6290e commit eb343ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/engines/providers/opencode/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export const metadata: EngineMetadata = {
77
cliCommand: 'opencode',
88
cliBinary: 'opencode',
99
installCommand: 'npm i -g opencode-ai@latest',
10-
defaultModel: 'opencode/glm-4.7-free',
10+
defaultModel: 'opencode/big-pickle',
1111
order: 1,
1212
};

0 commit comments

Comments
 (0)