diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-03 17:40:05 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-03 17:40:05 +0200 |
| commit | 230917bbbf5fa2cbdb37f298554889a7a5233744 (patch) | |
| tree | 36639c848c5e2b132f8691e9181d63f19374079b | |
| parent | 795b3692197acf75ff13ed8a14c9a11d4b32ec5f (diff) | |
| download | opencode-230917bbbf5fa2cbdb37f298554889a7a5233744.tar.gz opencode-230917bbbf5fa2cbdb37f298554889a7a5233744.zip | |
add termai config
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .termai.json | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ba8b568f0..894a45109 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,3 @@ debug.log .termai -.termai.json diff --git a/.termai.json b/.termai.json new file mode 100644 index 000000000..f63a63dba --- /dev/null +++ b/.termai.json @@ -0,0 +1,11 @@ +{ + "model": { + "coder": "claude-3.7-sonnet", + "coderMaxTokens": 20000 + }, + "lsp": { + "gopls": { + "command": "gopls" + } + } +} |
