Skip to content

Commit dfabdcd

Browse files
committed
chore(config): switch default model to github-copilot/gpt-5.3-codex
1 parent e73a36e commit dfabdcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opencode/opencode.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
3-
"model": "opencode/big-pickle",
3+
"model": "github-copilot/gpt-5.3-codex",
44
"autoupdate": true,
55
"agent": {
66
"code-reviewer": {
77
"description": "Reviews code for best practices and potential issues",
88
"mode": "subagent",
9-
"model": "github-copilot/claude-sonnet-4.6",
9+
"model": "github-copilot/gpt-5.3-codex",
1010
"prompt": "You are a code reviewer. Focus on security, performance, and maintainability.",
1111
"tools": {
1212
"write": false,

0 commit comments

Comments
 (0)