chansung commited on
Commit
1515bf0
·
1 Parent(s): 094f7e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ async def chat_stream(
164
 
165
  ppm = res[idx]
166
  ppm.add_pingpong(
167
- PingPong(instruction_txtbox, response_txt)
168
  )
169
  prompt = build_prompts(ppm, global_context, ctx_num_lconv)
170
 
 
164
 
165
  ppm = res[idx]
166
  ppm.add_pingpong(
167
+ PingPong(instruction_txtbox, '')
168
  )
169
  prompt = build_prompts(ppm, global_context, ctx_num_lconv)
170