mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
change to en
This commit is contained in:
@@ -135,7 +135,7 @@ def construct_society(question: str) -> RolePlaying:
|
||||
def main():
|
||||
r"""Main function to run the OWL system with an example question."""
|
||||
# Default research question
|
||||
default_task = "用plot画一个爱心图,并保存到本地,采取每一步之前用HumanToolkit询问我的意见。"
|
||||
default_task = "Use plot to draw a heart-shaped graph, save it locally, and ask for my opinion using HumanToolkit before taking each step."
|
||||
|
||||
# Override default task if command line argument is provided
|
||||
task = sys.argv[1] if len(sys.argv) > 1 else default_task
|
||||
|
||||
Reference in New Issue
Block a user