Skip to content

Commit 8fa9a94

Browse files
committed
config: add small_model to opencode.json
- Use Qwen 0.5B as small_model for fast title generation and summarization - Same provider/model as primary (optimal for single-node local deployments) - Reduces latency for lightweight tasks while keeping full model for complex work\n\nFixes #1039
1 parent 759c3f8 commit 8fa9a94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

opencode.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
}
6868
}
6969
},
70-
"model": "aixcl-local/Qwen/Qwen2.5-Coder-0.5B-Instruct"
70+
"model": "aixcl-local/Qwen/Qwen2.5-Coder-0.5B-Instruct",
71+
"small_model": "aixcl-local/Qwen/Qwen2.5-Coder-0.5B-Instruct"
7172
}

0 commit comments

Comments
 (0)