Avo-k commited on
Commit
5956148
1 Parent(s): 56fb86c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def gen_conv(query: str, report_type, history=[system_template], ipcc=True):
25
 
26
  Args:
27
  query (str): the user message
28
- history (list, optional): _description_. Defaults to [system_template].
29
  ipcc (bool, optional): _description_. Defaults to True.
30
 
31
  Returns:
 
25
 
26
  Args:
27
  query (str): the user message
28
+ history (list, optional): history of the chat messages. Defaults to [system_template].
29
  ipcc (bool, optional): _description_. Defaults to True.
30
 
31
  Returns: