Morpheus636/charles-ai

Sends 11 Messages instead of 10

Closed this issue · 0 comments

Describe the Bug

range(0, 10) is used in the message history algorithm.

Expected Behaviour

range(0, 9( should be used

Steps to Reproduce the Bug

  • Replace range(0, 10) with range(0, 9)

Version

blog-post-1

OS

  • MacOS
  • Windows
  • Linux

Additional Context

No response