How to disable summarization? #12523
Unanswered
SailFlorve
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I disabled it by editing client.js |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
to disable summarization, you'll want to set summarization:
enabled: falsethis should stop any summarization from being triggered. if you don't see any summarization block, you might need to add it manually to ensure it's turned off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to disable summarization?
I saw in the commit history:
I couldn't find any documentation on how to turn it off!
The model I use supports up to 1M context, but I set a limit of 100000, so I don't need it at all.
I tried
It didn't work;
In .env,
OPENAI_SUMMARIZE=falsealso didn't work.Beta Was this translation helpful? Give feedback.
All reactions