Merge pull request #1096 from Oceanpie/docs/summarize-config-example

docs(config): expose summarization thresholds in config example
This commit is contained in:
Mauro
2026-03-04 16:09:43 +01:00
committed by GitHub
+4 -2
View File
@@ -6,7 +6,9 @@
"model_name": "gpt4",
"max_tokens": 8192,
"temperature": 0.7,
"max_tool_iterations": 20
"max_tool_iterations": 20,
"summarize_message_threshold": 20,
"summarize_token_percent": 75
}
},
"model_list": [
@@ -338,4 +340,4 @@
"host": "127.0.0.1",
"port": 18790
}
}
}