add termai config

Kujtim Hoxha created

Change summary

.gitignore   |  1 -
.termai.json | 11 +++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

Detailed changes

.termai.json 🔗

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