GattoNero commited on
Commit
0c08617
Β·
verified Β·
1 Parent(s): 911f1e0

Update prompt_settings.py

Browse files
Files changed (1) hide show
  1. prompt_settings.py +2 -2
prompt_settings.py CHANGED
@@ -39,8 +39,8 @@ final_answer("apple, flour, lemon juice")
39
 
40
  ❌ Incorrect:
41
  ```py
42
- print("Here is the list: apple, flour, lemon juice")
43
- final_answer("Here is the list: apple, flour, lemon juice")
44
  ```<end_code>
45
 
46
  Your final answer must be a raw string, consisting solely of the correct comma-separated list of ingredients.
 
39
 
40
  ❌ Incorrect:
41
  ```py
42
+ print("Here is the list: apple, flour, freshly squeezed lemon juice")
43
+ final_answer("Here is the list: apple, flour, freshly squeezed lemon juice")
44
  ```<end_code>
45
 
46
  Your final answer must be a raw string, consisting solely of the correct comma-separated list of ingredients.