Tachi67 commited on
Commit
3bf1b7b
·
1 Parent(s): 35d9991

Update run_Jarvis.py

Browse files
Files changed (1) hide show
  1. run_Jarvis.py +3 -2
run_Jarvis.py CHANGED
@@ -42,7 +42,7 @@ def set_up_memfiles(cfg):
42
  extlib_plan_file_loc = os.path.join(current_dir, "plan_extlib.txt")
43
  extlib_logs_file_loc = os.path.join(current_dir, "logs_extlib.txt")
44
  with open(code_lib_file_loc, 'w') as file:
45
- pass
46
  with open(jarvis_plan_file_loc, 'w') as file:
47
  pass
48
  with open(jarvis_logs_file_loc, 'w') as file:
@@ -103,7 +103,8 @@ if __name__ == "__main__":
103
  # "goal": "fetch a random joke from the internet and send the joke"
104
  # "from [email protected] to [email protected], you can find the password of the sender "
105
  # "email in the environment variable 'EMAIL_PASSWORD'"
106
- "goal": "When was Michael Jordan born?"
 
107
  }
108
  input_message = InputMessage.build(
109
  data_dict=input_data,
 
42
  extlib_plan_file_loc = os.path.join(current_dir, "plan_extlib.txt")
43
  extlib_logs_file_loc = os.path.join(current_dir, "logs_extlib.txt")
44
  with open(code_lib_file_loc, 'w') as file:
45
+ pass
46
  with open(jarvis_plan_file_loc, 'w') as file:
47
  pass
48
  with open(jarvis_logs_file_loc, 'w') as file:
 
103
  # "goal": "fetch a random joke from the internet and send the joke"
104
  # "from [email protected] to [email protected], you can find the password of the sender "
105
  # "email in the environment variable 'EMAIL_PASSWORD'"
106
+ #"goal": "When was Michael Jordan born?"
107
+ "goal": "Download tesla's stock prices from 2022-01-01 to 2022-06-01, plot the prices."
108
  }
109
  input_message = InputMessage.build(
110
  data_dict=input_data,