chansung commited on
Commit
bbb314c
1 Parent(s): eb9a83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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