mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
Increase default max tokens for chat before deleting first messages
This commit is contained in:
parent
9c2516cd4c
commit
5b43eb4fd2
@ -134,7 +134,7 @@ GeneralSettings::GeneralSettings()
|
|||||||
chatTokensThreshold.setToolTip(Tr::tr("Maximum number of tokens in chat history. When "
|
chatTokensThreshold.setToolTip(Tr::tr("Maximum number of tokens in chat history. When "
|
||||||
"exceeded, oldest messages will be removed."));
|
"exceeded, oldest messages will be removed."));
|
||||||
chatTokensThreshold.setRange(1000, 16000);
|
chatTokensThreshold.setRange(1000, 16000);
|
||||||
chatTokensThreshold.setDefaultValue(4000);
|
chatTokensThreshold.setDefaultValue(8000);
|
||||||
|
|
||||||
loadProviders();
|
loadProviders();
|
||||||
loadPrompts();
|
loadPrompts();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user