clp-research / clembench

A Framework for the Systematic Evaluation of Chat-Optimized Language Models as Conversational Agents and an Extensible Benchmark
MIT License
22 stars 31 forks source link

continue until no messages left to fix #79

Closed sherzod-hakimov closed 5 months ago

phisad commented 5 months ago

OK, true, the del messages is reducing the list enumerated on. So that we basically jump over the next item in that case.

I adjusted the logic so that we can still merge everything in a single pass (not using enumerate)