discourse-ai/lib/summarization/strategies
Roman Rizzi 450ec915d8
FIX: Make FoldContent strategy more resilient when using models with low token count. (#341)
We'll recursively summarize  the content into smaller chunks until we are sure we can concatenate
them without going over the token limit.
2023-12-06 19:00:24 -03:00
..
fold_content.rb FIX: Make FoldContent strategy more resilient when using models with low token count. (#341) 2023-12-06 19:00:24 -03:00
truncate_content.rb FIX: call the right method to summarize with truncation (#328) 2023-12-01 10:17:24 -03:00