chore(config): 切换默认模型为 gpt-5.2

This commit is contained in:
voson
2026-01-28 15:27:26 +08:00
parent c0b5f15895
commit 6bc2506842

View File

@@ -1,7 +1,17 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"model": "opencode/claude-sonnet-4-5", "model": "opencode/gpt-5.2",
"mcp": {}, "mcp": {
"pencil": {
"command": [
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
"--ws-port",
"57630"
],
"enabled": true,
"type": "local"
}
},
"permission": "allow", "permission": "allow",
"plugin": [ "plugin": [
"@mohak34/opencode-notifier@latest" "@mohak34/opencode-notifier@latest"
@@ -9,7 +19,7 @@
"provider": { "provider": {
"opencode": { "opencode": {
"models": { "models": {
"claude-opus-4-5": { "claude-sonnet-4-5": {
"options": { "options": {
"thinking": { "thinking": {
"type": "enabled", "type": "enabled",
@@ -18,6 +28,6 @@
} }
} }
} }
}, }
} }
} }