MetaGPT
MetaGPT copied to clipboard
AttributeError: 'HumanProvider' object has no attribute 'config'
Bug description
When I try to use human engagement by running script example/build_customized_multi_agents.py with command python3 examples/build_customized_multi_agents.py --add_human True, got below error: AttributeError: 'HumanProvider' object has no attribute 'config"
Bug solved method
Environment information
MacOS 14.4, conda python 3.10, OpenAI gpt-4-turbo-preview
- LLM type and model name:
- System version:
- Python version:
- packages version:
- installation method: cd ./MetaGPT and pip install -e .
Screenshots or logs