dotfiles/.config/opencode/opencode.json
C4 Patino 0ec65a5e78
Some checks failed
sync tailscale acls / acls (push) Failing after 25s
feat: modified opencode main default model to use opencode/minimax-m2.1-free
2026-02-03 09:45:37 -06:00

16 lines
271 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"theme": "tokyonight",
"model": "opencode/minimax-m2.1-free",
"lsp": {
"clangd": {
"disabled": true
},
"pyright": {
"disabled": true
},
"texlab": {
"disabled": true
}
}
}