Browse Source

add termai config

Kujtim Hoxha 10 months ago
parent
commit
230917bbbf
2 changed files with 11 additions and 1 deletions
  1. 0 1
      .gitignore
  2. 11 0
      .termai.json

+ 0 - 1
.gitignore

@@ -43,4 +43,3 @@ debug.log
 
 
 .termai
 .termai
 
 
-.termai.json

+ 11 - 0
.termai.json

@@ -0,0 +1,11 @@
+{
+  "model": {
+    "coder": "claude-3.7-sonnet",
+    "coderMaxTokens": 20000
+  },
+  "lsp": {
+    "gopls": {
+      "command": "gopls"
+    }
+  }
+}