togethercomputer / MoA

Together Mixture-Of-Agents (MoA) – 65.1% on AlpacaEval with OSS models
Apache License 2.0
2.6k stars 357 forks source link

DOC: add rich as a dependency #11

Closed bcipolli closed 5 months ago

bcipolli commented 5 months ago

Fix the following error on documented install and bot run:

bencipollini@kitten MoA % python bot.py                  
pip Traceback (most recent call last):
  File "/Users/bencipollini/code/ref/MoA/bot.py", line 10, in <module>
    from rich import print
ModuleNotFoundError: No module named 'rich'

After adding rich, works!