Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 230917b

Browse files
committed
add termai config
1 parent 795b369 commit 230917b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ debug.log
4343

4444
.termai
4545

46-
.termai.json

.termai.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"model": {
3+
"coder": "claude-3.7-sonnet",
4+
"coderMaxTokens": 20000
5+
},
6+
"lsp": {
7+
"gopls": {
8+
"command": "gopls"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)