summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-24 08:59:34 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-24 08:59:34 +0300
commit9af21895c6d15e7ab648f35acd44afc9675b54b7 (patch)
tree41df561f6a5238219bf8544fd77137889bfccc52 /docs
parente3bd6f219f0f108fede8bcfd8326888801edeed7 (diff)
Chore: remove cfg.ThinkUse
move cleaning image attachment to the end of chatRound fmt cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/config.md b/docs/config.md
index c5a70b2..57198ea 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -165,9 +165,6 @@ Those could be switched in program, but also bould be setup in config.
#### ToolUse
- Enable or disable explanation of tools to llm, so it could use them.
-#### ThinkUse
-- Enable or disable insertion of JsonSerializerToken at the beggining of llm resp.
-
### StripThinkingFromAPI (`true`)
- Strip thinking blocks from messages before sending to LLM. Keeps them in chat history for local viewing but reduces token usage in API calls.