chansung commited on
Commit
6cd7a2d
1 Parent(s): 05ddd47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -167,6 +167,7 @@ async def chat_stream(
167
  PingPong(instruction_txtbox, '')
168
  )
169
  prompt = build_prompts(ppm, global_context, ctx_num_lconv)
 
170
 
171
  #######
172
  # if internet_option:
 
167
  PingPong(instruction_txtbox, '')
168
  )
169
  prompt = build_prompts(ppm, global_context, ctx_num_lconv)
170
+ print(prompt)
171
 
172
  #######
173
  # if internet_option: