mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
not call LLM in global
This commit is contained in:
parent
b4552938e6
commit
ddc0d3faa4
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class Role(BaseModel):
|
|||
builtin_class_name: str = ""
|
||||
|
||||
_private_attributes = {
|
||||
"_llm": LLM() if not is_human else HumanProvider(),
|
||||
"_llm": None,
|
||||
"_role_id": _role_id,
|
||||
"_states": [],
|
||||
"_actions": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue