Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: change default query
Browse files- 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": "
|
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 |
|