summary system backend implementation
This commit is contained in:
@@ -70,7 +70,7 @@ const SQLITE = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const SUMMARIES = {
|
const SUMMARIES = {
|
||||||
THRESHOLD_TOKENS: 5000, //trigger summary when session hits this many tokens
|
THRESHOLD_TOKENS: 200, //trigger summary when session hits this many tokens
|
||||||
MAX_SUMMARY_TOKENS: 800, //if existing summary exceeds this, create new instead of update
|
MAX_SUMMARY_TOKENS: 800, //if existing summary exceeds this, create new instead of update
|
||||||
MIN_EPISODES_SINCE: 5, // don't resummarize until N new episodes since last summary
|
MIN_EPISODES_SINCE: 5, // don't resummarize until N new episodes since last summary
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user