PAIR-code / deliberate-lab

Platform for running online research experiments on human + LLM group dynamics.
https://github.com/PAIR-code/deliberate-lab/wiki
Apache License 2.0
6 stars 3 forks source link

Implement a working timer to the chat stage. #324

Closed cjqian closed 17 hours ago

cjqian commented 1 week ago

Fixes #308.

Note: There can be a bit of latency sometimes before the discussion is "ended". I think this is because the "update" logic is awaiting and the mediator typing simulation is also awaiting. These are done in parallel, but there might be some lag.