Update docs/design/DDR-session-summarization.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
562fea87f4
commit
a88e479205
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ Session context grows without bound during long conversations. The original impl
|
|||
| `DefaultKeepLastMessages` | `4` | `KeepLastMessages` |
|
||||
| `DefaultContextWindow` | `8192` | `ContextWindow` |
|
||||
| `DefaultSummaryMaxTokens` | `1024` | `SummaryMaxTokens` |
|
||||
| `DefaultSummaryTemperature` | `0.3` | `SummaryTemperature` |
|
||||
| `DefaultSummarizationTemperature` | `0.3` | `SummaryTemperature` |
|
||||
| `DefaultMultiPartBatchThreshold` | `10` | `MultiPartBatchThreshold` |
|
||||
| `DefaultTimeout` | `120s` | `Timeout` |
|
||||
| `DefaultSummarizationTimeout` | `120s` | `Timeout` |
|
||||
| `DefaultMaxSingleMsgTokenRatio` | `0.5` | `MaxSingleMsgTokenRatio` |
|
||||
| `DefaultForceCompressionMinMsgs` | `4` | `ForceCompressionMinMessages` |
|
||||
| `DefaultCharsPerToken` | `2.5` | `CharsPerToken` |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue