mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add termai config
This commit is contained in:
parent
795b369219
commit
230917bbbf
2 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -43,4 +43,3 @@ debug.log
|
|||
|
||||
.termai
|
||||
|
||||
.termai.json
|
||||
|
|
|
|||
11
.termai.json
Normal file
11
.termai.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"model": {
|
||||
"coder": "claude-3.7-sonnet",
|
||||
"coderMaxTokens": 20000
|
||||
},
|
||||
"lsp": {
|
||||
"gopls": {
|
||||
"command": "gopls"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue