From 230917bbbf5fa2cbdb37f298554889a7a5233744 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Apr 2025 17:40:05 +0200 Subject: [PATCH] add termai config --- .gitignore | 1 - .termai.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .termai.json diff --git a/.gitignore b/.gitignore index ba8b568f0115a4d2e62b23266fd3c7917e422700..894a451094749c5324c5eee6e583de1aed7f74d9 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 0000000000000000000000000000000000000000..f63a63dba2ad01766cb59515d84547d6529b40d2 --- /dev/null +++ b/.termai.json @@ -0,0 +1,11 @@ +{ + "model": { + "coder": "claude-3.7-sonnet", + "coderMaxTokens": 20000 + }, + "lsp": { + "gopls": { + "command": "gopls" + } + } +}