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 e5e1dc1 commit fd09bc8Copy full SHA for fd09bc8
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