AttributeError: 'NoneType' object has no attribute 'profile'
在运行“辩论:智能体对抗”的代码时,MetaGPT/examples /debate.py 报错: AttributeError: 'NoneType' object has no attribute 'profile'
添加teamleader能运行,但输出不是辩论内容,而只有一段话。
一样的故障,请问解决了吗?
修改配置:MetaGPT/metagpt/const.py 中的 TEAMLEADER_NAME 为自己定义的
# TEAMLEADER_NAME = "Mike"
TEAMLEADER_NAME = "程序员Alice"
修改配置:MetaGPT/metagpt/const.py 中的 TEAMLEADER_NAME 为自己定义的
# TEAMLEADER_NAME = "Mike" TEAMLEADER_NAME = "程序员Alice"
请问teamleader在这里的作用是什么呢
Have you ever fixed it. I tried to modify the const TEAMLEADER_NAME but it didn't work.
修改配置:MetaGPT/metagpt/const.py 中的 TEAMLEADER_NAME 为自己定义的
# TEAMLEADER_NAME = "Mike" TEAMLEADER_NAME = "程序员Alice"请问teamleader在这里的作用是什么呢
not work
修改配置:MetaGPT/metagpt/const.py 中的 TEAMLEADER_NAME 为自己定义的
# TEAMLEADER_NAME = "Mike" TEAMLEADER_NAME = "程序员Alice"
I solved this problem by this way.
我用自己的方式解决了这个问题,可以看下我提的issue,
This issue has no activity in the past 30 days. Please comment on the issue if you have anything to add.
This issue was closed due to 45 days of inactivity. If you feel this issue is still relevant, please reopen the issue to continue the discussion.