ds
Browse files
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):
|
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:
|