.gitignore 🔗
@@ -43,4 +43,3 @@ debug.log
.termai
-.termai.json
Kujtim Hoxha created
.gitignore | 1 -
.termai.json | 11 +++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
@@ -43,4 +43,3 @@ debug.log
.termai
-.termai.json
@@ -0,0 +1,11 @@
+{
+ "model": {
+ "coder": "claude-3.7-sonnet",
+ "coderMaxTokens": 20000
+ },
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}