chansung commited on
Commit
745991e
·
1 Parent(s): 6ae40a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ async def chat_stream(
161
  for ppm in local_data
162
  ]
163
 
164
- prompt = build_prompts(ppm, global_context, ctx_num_lconv)
165
 
166
  #######
167
  # if internet_option:
 
161
  for ppm in local_data
162
  ]
163
 
164
+ # prompt = build_prompts(ppm, global_context, ctx_num_lconv)
165
 
166
  #######
167
  # if internet_option: