From ad1b6efcd5993a50a7240b3a7e61882cde270a72 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 1 Sep 2026 11:42:29 +0300 Subject: [PATCH] switched to kilo-auto/free as the default model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d999e4..8456bf4 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ Set the `BANTAM_TOOLS_DIR` environment variable (or the `bantam_tools_dir` key i ### Is there any common config place for Bantam? -No, loading the config file (`.bantam.cfg` if present, else `model.cfg`) is deliberately only supported from the current working directory. This allows natural separation of configs per project. In case there's no config file inside the project, Bantam will use the `kilo/auto-free` model from Kilo Code with the temperature 0.7. +No, loading the config file (`.bantam.cfg` if present, else `model.cfg`) is deliberately only supported from the current working directory. This allows natural separation of configs per project. In case there's no config file inside the project, Bantam will use the `kilo-auto/free` model from Kilo Code with the temperature 0.7. ### Why no MCP support?