mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 15:26:55 +08:00
change v1
This commit is contained in:
@@ -11,8 +11,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
recentConversationRounds = 3
|
||||
recentConversationRounds = 6
|
||||
recentConversationMessages = recentConversationRounds * 2
|
||||
chatHistoryMaxTurns = recentConversationMessages * 2 // fallback cap when compression is unavailable
|
||||
taskStateSummaryTokenLimit = 1200
|
||||
shortTermCompressThreshold = 900
|
||||
incrementalTaskStateMessages = 6
|
||||
|
||||
Reference in New Issue
Block a user