MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

AttributeError: 'HumanProvider' object has no attribute 'config'

Open Beichen-Ma opened this issue 1 year ago • 0 comments

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

image

Beichen-Ma avatar Mar 22 '24 07:03 Beichen-Ma