mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
add termai config
This commit is contained in:
parent
795b369219
commit
230917bbbf
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…
x
Reference in New Issue
Block a user