arslan-ahmed commited on
Commit
bee792c
1 Parent(s): 5a0bd01

Update ttyd_consts.py

Browse files
Files changed (1) hide show
  1. ttyd_consts.py +6 -3
ttyd_consts.py CHANGED
@@ -7,10 +7,13 @@ exp_query = 'Generate top 5 questions that I can ask about this data. Questions
7
 
8
  waitText_initialize = 'Preparing the documents, please wait...'
9
 
10
- initialize_prompt = """Write a short welcome message to the user. Describe the data with a comprehensive overview including short summary.\
11
- If this data is about a person, mention his name instead of using pronouns. After describing the overview, you should mention top 3 example questions that the user can ask about this data.\
12
- \n\nYour response should be short and precise. Format of your response should be Summary:\n{Description and Summary} \n\n Example Questions:\n{Example Questions}"""
13
 
 
 
 
14
 
15
  user_avatar = 'https://cdn-icons-png.flaticon.com/512/6861/6861326.png'
16
  # user_avatar = None
 
7
 
8
  waitText_initialize = 'Preparing the documents, please wait...'
9
 
10
+ # initialize_prompt = """Write a short welcome message to the user. Describe the data with a comprehensive overview including short summary.\
11
+ # If this data is about a person, mention his name instead of using pronouns. After describing the overview, you should mention top 3 example questions that the user can ask about this data.\
12
+ # \n\nYour response should be short and precise. Format of your response should be Summary:\n{Description and Summary} \n\n Example Questions:\n{Example Questions}"""
13
 
14
+ initialize_prompt = """
15
+ Describe an overview of this data. Also generate 3 example questions that can be asked about this data.
16
+ """
17
 
18
  user_avatar = 'https://cdn-icons-png.flaticon.com/512/6861/6861326.png'
19
  # user_avatar = None