Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -229,7 +229,7 @@ def fill_out_survey(recipe_dict, input_data):
|
|
| 229 |
"secondschemaprompt": recipe_dict["interactions_prompt"],
|
| 230 |
"thirdschemaprompt": recipe_dict["treatments_prompt"],
|
| 231 |
},
|
| 232 |
-
}
|
| 233 |
"parameters": {
|
| 234 |
"modelversion": recipe_dict["schema_processing_model"],
|
| 235 |
"preprocessdata": ["no"],
|
|
|
|
| 229 |
"secondschemaprompt": recipe_dict["interactions_prompt"],
|
| 230 |
"thirdschemaprompt": recipe_dict["treatments_prompt"],
|
| 231 |
},
|
| 232 |
+
},
|
| 233 |
"parameters": {
|
| 234 |
"modelversion": recipe_dict["schema_processing_model"],
|
| 235 |
"preprocessdata": ["no"],
|