summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.termai.json11
2 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ba8b568f0..894a45109 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,4 +43,3 @@ debug.log
.termai
-.termai.json
diff --git a/.termai.json b/.termai.json
new file mode 100644
index 000000000..f63a63dba
--- /dev/null
+++ b/.termai.json
@@ -0,0 +1,11 @@
+{
+ "model": {
+ "coder": "claude-3.7-sonnet",
+ "coderMaxTokens": 20000
+ },
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}