We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe9c7d commit 01dc00cCopy full SHA for 01dc00c
README.md
@@ -305,7 +305,7 @@ require('opencode').setup({
305
quick_chat = {
306
default_model = nil, -- works better with a fast model like gpt-4.1
307
default_agent = 'plan', -- plan ensure no file modifications by default
308
- default_prompt = nil, -- Use built-in prompt if nil
+ instructions = nil, -- Use built-in instructions if nil
309
},
310
})
311
```
0 commit comments