tcsenpai / spacellama

Do What The F*ck You Want To Public License
58 stars 4 forks source link

Fix token size passing issue #4

Closed jks-liu closed 1 month ago

jks-liu commented 1 month ago
  1. Add missing argument of token size for summarizeChunk.
  2. Make sure num_ctx is from options instead of calculated value which is not stable.
  3. Simplify function of recursiveSummarize
tcsenpai commented 1 month ago

This looks good to me. Merging and thanks for the fixes