mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-14 14:02:47 -05:00
Increase default max tokens for chat before deleting first messages
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user