diff --git a/settings/GeneralSettings.cpp b/settings/GeneralSettings.cpp index 8fc80ba..fc54e1c 100644 --- a/settings/GeneralSettings.cpp +++ b/settings/GeneralSettings.cpp @@ -134,7 +134,7 @@ GeneralSettings::GeneralSettings() chatTokensThreshold.setToolTip(Tr::tr("Maximum number of tokens in chat history. When " "exceeded, oldest messages will be removed.")); chatTokensThreshold.setRange(1000, 16000); - chatTokensThreshold.setDefaultValue(4000); + chatTokensThreshold.setDefaultValue(8000); loadProviders(); loadPrompts();