Kujtim Hoxha 10 месяцев назад
Родитель
Сommit
230917bbbf
2 измененных файлов с 11 добавлено и 1 удалено
  1. 0 1
      .gitignore
  2. 11 0
      .termai.json

+ 0 - 1
.gitignore

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

+ 11 - 0
.termai.json

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