Omnibus commited on
Commit
b8be291
·
verified ·
1 Parent(s): d99e05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def generate(prompt, history, post_check, agent_name=agents[0], sys_prompt="", t
262
 
263
  for response in stream:
264
  output += response.token.text
265
- yield '', [(prompt,output)],summary[0],json_obj, json_hist,html_out
266
 
267
  if not title:
268
  for line in output.split("\n"):
 
262
 
263
  for response in stream:
264
  output += response.token.text
265
+ yield '', [(prompt,output)],{},summary[0],json_obj, json_hist,html_out
266
 
267
  if not title:
268
  for line in output.split("\n"):