From 20d53cdd33d92694ad6309ef3c65e8db92f87979 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki <phil@bajsicki.com> Date: Fri, 25 Apr 2025 23:50:06 +0200 Subject: [PATCH] Update readme --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index b476e05..ebb0d26 100644 --- a/README.org +++ b/README.org @@ -193,7 +193,9 @@ Use ~setq~ in your configuration, e.g.: (setq gptel-org-tools-result-limit 12000) #+end_src -This will *prevent* tools from returning results longer than 20,000 characters. Instead, the LLM will receive a message saying it should be much more specific in its queries, which will hopefully alleviate the issue. +This will *prevent* tools from returning results longer than 12,000 characters. Instead, the LLM will receive a message saying it should be much more specific in its queries, which will hopefully alleviate the issue. + +By default the limit is 20k, but for my use 12k seems like a reasonable middle-ground (24GB RAM and long query chains.) The functionality for withholding results is only applied to select functions that are known to cause issues. ** Helper Functions