mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
not call LLM in global
This commit is contained in:
parent
0eef8a8607
commit
1f311aa408
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,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