kcelia commited on
Commit
1212782
β€’
1 Parent(s): d00663e

chore: change default query

Browse files
Files changed (1) hide show
  1. utils_demo.py +1 -1
utils_demo.py CHANGED
@@ -48,7 +48,7 @@ PROMPT_PATH = DATA_PATH / "chatgpt_prompt.txt"
48
  # List of example queries for easy access
49
  DEFAULT_QUERIES = {
50
  "Example Query 1": "What is the amount of the contract between David and Kate?",
51
- "Example Query 2": "What's the duration of the contract?",
52
  "Example Query 3": "Does Kate have an international bank account?",
53
  }
54
 
 
48
  # List of example queries for easy access
49
  DEFAULT_QUERIES = {
50
  "Example Query 1": "What is the amount of the contract between David and Kate?",
51
+ "Example Query 2": "How many people are engaged in the contract?",
52
  "Example Query 3": "Does Kate have an international bank account?",
53
  }
54