When running models locally using ollama and utilizing the ollama.py as an input script to diambra it fails with the following error:
ImportError: cannot import name 'Client' from 'ollama' (/home/ken/PROJECTS/llm-colosseum/ollama.py)
If you rename ollama.py to something like local.py and run it that way it works.
Ref: ollama/ollama-python#91 (comment)