Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def reset_chat(idx, ld, state, palm_if):
|
|
152 |
|
153 |
async def chat_stream(
|
154 |
idx, local_data, instruction_txtbox, chat_state,
|
155 |
-
global_context, res_temp, res_topk, res_topp, ctx_num_lconv
|
156 |
internet_option, serper_api_key,
|
157 |
):
|
158 |
internet_option = True if internet_option == "on" else False
|
|
|
152 |
|
153 |
async def chat_stream(
|
154 |
idx, local_data, instruction_txtbox, chat_state,
|
155 |
+
global_context, res_temp, res_topk, res_topp, ctx_num_lconv,
|
156 |
internet_option, serper_api_key,
|
157 |
):
|
158 |
internet_option = True if internet_option == "on" else False
|