Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def fill_up_placeholders(txt):
|
|
94 |
|
95 |
async def rollback_last(
|
96 |
idx, local_data, chat_state,
|
97 |
-
global_context, res_temp, res_topk,
|
98 |
internet_option, serper_api_key
|
99 |
):
|
100 |
internet_option = True if internet_option == "on" else False
|
|
|
94 |
|
95 |
async def rollback_last(
|
96 |
idx, local_data, chat_state,
|
97 |
+
global_context, res_temp, res_topk, res_topp, ctx_num_lconv,
|
98 |
internet_option, serper_api_key
|
99 |
):
|
100 |
internet_option = True if internet_option == "on" else False
|