Update README and ROADMAP; Fix typos; optimize the code for llm calling in agent.py

This commit is contained in:
Timothyxxx
2024-04-26 13:32:41 +08:00
parent 974c1a1387
commit 97b567a287
4 changed files with 90 additions and 89 deletions

View File

@@ -242,7 +242,7 @@ class SetupController:
until: Optional[Dict[str, Any]] = None
):
if not command:
raise Exception("Empty comman to launch.")
raise Exception("Empty command to launch.")
until: Dict[str, Any] = until or {}
terminates: bool = False