ATLBitLab / abbot

Abbot (ATL BitLab Bot)
https://atlbitlab.com/abbot
MIT License
2 stars 2 forks source link

Handle history token count model limit #84

Closed bnonni closed 9 months ago

bnonni commented 9 months ago

MVP

        messages_history = self.history[self.history_len :] if self.history_tokens >= 90000 else self.history