Skip to content

Commit

Permalink
update default summarize threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Oct 29, 2023
1 parent 9e5aa46 commit 4936c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/openai_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def set_initial_state(self, usage_service):
self.summarize_threshold = (
SETTINGS_DB["summarize_threshold"]
if "summarize_threshold" in SETTINGS_DB
else 3000
else 5000
)
self.model_max_tokens = 4024
self.welcome_message_enabled = (
Expand Down

0 comments on commit 4936c79

Please sign in to comment.