Ashhar commited on
Commit
56da5e1
1 Parent(s): c972785

minor impr to prompt

Browse files
Files changed (3) hide show
  1. .gitignore +1 -1
  2. constants.py +1 -1
  3. soup_dump.html +0 -0
.gitignore CHANGED
@@ -4,4 +4,4 @@ __pycache__/
4
  .gitattributes
5
  gradio_cached_examples/
6
  app_*.py
7
- soup_dump*.html
 
4
  .gitattributes
5
  gradio_cached_examples/
6
  app_*.py
7
+ soup_dump*.html
constants.py CHANGED
@@ -56,7 +56,7 @@ If a query is not in past tense, search google.
56
 
57
  => Response Format:
58
  - Don't tell how you arrived at the answer.
59
- - Append this exact keyword "{JSON_SEPARATOR}" to your FINAL response (after appending details and references, if any), and only AFTER this, append a JSON of possible Questions that the user might be interesed in (max 4) in the format described below.
60
  ```
61
  {{
62
  "questions": [{{ "id": "1", "label": "Question 1"}}, {{ "id": "2", "label": "Question 2"}}]
 
56
 
57
  => Response Format:
58
  - Don't tell how you arrived at the answer.
59
+ - Append this exact keyword "{JSON_SEPARATOR}" to your FINAL response (after appending details and references, if any), and only AFTER this, append a JSON of possible Questions that the user might be interesed in (max 4) strictly in the format described below.
60
  ```
61
  {{
62
  "questions": [{{ "id": "1", "label": "Question 1"}}, {{ "id": "2", "label": "Question 2"}}]
soup_dump.html CHANGED
The diff for this file is too large to render. See raw diff