Update run_Jarvis.py
Browse files- run_Jarvis.py +5 -4
run_Jarvis.py
CHANGED
|
@@ -100,10 +100,11 @@ if __name__ == "__main__":
|
|
| 100 |
# ~~~ instantiating the flow and input data ~~~
|
| 101 |
JarvisFlow = hydra.utils.instantiate(cfg, _recursive_=False, _convert_="partial")
|
| 102 |
input_data = {
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
|
|
|
| 107 |
input_message = InputMessage.build(
|
| 108 |
data_dict=input_data,
|
| 109 |
src_flow="Launcher",
|
|
|
|
| 100 |
# ~~~ instantiating the flow and input data ~~~
|
| 101 |
JarvisFlow = hydra.utils.instantiate(cfg, _recursive_=False, _convert_="partial")
|
| 102 |
input_data = {
|
| 103 |
+
# "goal": "fetch a random joke from the internet and send the joke"
|
| 104 |
+
# "from haolongli_neko@outlook.com to leonardli2333@gmail.com, 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,
|
| 110 |
src_flow="Launcher",
|