Skip to content

Commit 6436710

Browse files
committed
Update LOG_TRIM explanation
1 parent 08a810d commit 6436710

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ GROQ_API_KEY=your_groq_api_key_here
4141
OPENROUTER_MODEL=openai/gpt-4o-mini
4242

4343
# Set it to a positive integer(window size in lines) to trim log blocks that only differ in timestamps. This saves input tokens and reduces context length.
44+
# For example, if LOG_TRIM=2, the code will compare every 1 line, and then every 2 lines for duplication.
4445
LOG_TRIM=0

0 commit comments

Comments
 (0)