kcelia commited on
Commit
57ac8cc
β€’
1 Parent(s): dc83cd7

chore: change question

Browse files
Files changed (1) hide show
  1. utils_demo.py +1 -1
utils_demo.py CHANGED
@@ -44,7 +44,7 @@ PROMPT_PATH = DATA_PATH / "chatgpt_prompt.txt"
44
 
45
  # List of example queries for easy access
46
  DEFAULT_QUERIES = {
47
- "Example Query 1": "Who visited microsoft.com on September 18?",
48
  "Example Query 2": "Does Kate have a driving licence?",
49
  "Example Query 3": "What's David Johnson's phone number?",
50
  }
 
44
 
45
  # List of example queries for easy access
46
  DEFAULT_QUERIES = {
47
+ "Example Query 1": "Who visited microsoft.com?",
48
  "Example Query 2": "Does Kate have a driving licence?",
49
  "Example Query 3": "What's David Johnson's phone number?",
50
  }