mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: +user requirement to Architect, ProjectManager
This commit is contained in:
parent
df36fcc929
commit
125d043464
15 changed files with 264 additions and 911 deletions
|
|
@ -85,7 +85,7 @@ class MockLLM(OriginalLLM):
|
|||
format_msgs: Optional[list[dict[str, str]]] = None,
|
||||
images: Optional[Union[str, list[str]]] = None,
|
||||
timeout=LLM_API_TIMEOUT,
|
||||
stream=True,
|
||||
stream=False,
|
||||
) -> str:
|
||||
# used to identify it a message has been called before
|
||||
if isinstance(msg, list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue