diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-13 13:17:17 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:41:25 +0200 |
| commit | 3ad983db0f2c08826d56cb5de274d706c95b3353 (patch) | |
| tree | 3151e7f361dc2b468429791d581eb5f3d658f84f /.opencode.json | |
| parent | 5601466fe1610b777895682050b1b458f80c0ac8 (diff) | |
| download | opencode-3ad983db0f2c08826d56cb5de274d706c95b3353.tar.gz opencode-3ad983db0f2c08826d56cb5de274d706c95b3353.zip | |
cleanup app, config and root
Diffstat (limited to '.opencode.json')
| -rw-r--r-- | .opencode.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.opencode.json b/.opencode.json new file mode 100644 index 000000000..f63a63dba --- /dev/null +++ b/.opencode.json @@ -0,0 +1,11 @@ +{ + "model": { + "coder": "claude-3.7-sonnet", + "coderMaxTokens": 20000 + }, + "lsp": { + "gopls": { + "command": "gopls" + } + } +} |
