opencode: change small_model + add info about Bash timeout in rules
This commit is contained in:
parent
13c0c4926f
commit
efa66e7347
@ -17,10 +17,17 @@
|
|||||||
|
|
||||||
## Think deeply about everything.
|
## Think deeply about everything.
|
||||||
When given a problem, break it down, abstract it out, understand the fundamentals, then solve it in the real world.
|
When given a problem, break it down, abstract it out, understand the fundamentals, then solve it in the real world.
|
||||||
|
|
||||||
|
## Misc
|
||||||
|
For long-running commands, make sure you set the timeout of the Bash tool provided to a larger value.
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
theme = "opencode";
|
theme = "opencode";
|
||||||
|
|
||||||
model = "z-ai/glm-4.6:floor";
|
model = "z-ai/glm-4.6:floor";
|
||||||
|
# small model used for titles
|
||||||
|
small_model = "z-ai/glm-4-32b:floor";
|
||||||
|
|
||||||
autoshare = false;
|
autoshare = false;
|
||||||
autoupdate = true;
|
autoupdate = true;
|
||||||
provider = {
|
provider = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user