-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
19 lines (19 loc) · 979 Bytes
/
Copy pathopencode.json
File metadata and controls
19 lines (19 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"gsd-planner": { "model": "openrouter/qwen/qwen-max" },
"gsd-plan-checker": { "model": "openrouter/qwen/qwen-max" },
"gsd-phase-researcher": { "model": "openrouter/qwen/qwen-max" },
"gsd-roadmapper": { "model": "openrouter/qwen/qwen-max" },
"gsd-project-researcher": { "model": "openrouter/qwen/qwen-max" },
"gsd-research-synthesizer": { "model": "openrouter/qwen/qwen-max" },
"gsd-codebase-mapper": { "model": "openrouter/qwen/qwen-max" },
"gsd-executor": { "model": "openrouter/qwen/qwen-max" },
"gsd-debugger": { "model": "openrouter/qwen/qwen-max" },
"gsd-verifier": { "model": "openrouter/qwen/qwen-max" },
"gsd-integration-checker": { "model": "openrouter/qwen/qwen-max" },
"gsd-set-profile": { "model": "openrouter/qwen/qwen-max" },
"gsd-settings": { "model": "openrouter/qwen/qwen-max" },
"gsd-set-model": { "model": "openrouter/qwen/qwen-max" }
}
}