Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,6 @@ def reply_generate(prompt, history,post_check,full_conv, agent_name=agents[0], s
|
|
191 |
history.append((output,None))
|
192 |
|
193 |
reply_cnt=post_check['reply']
|
194 |
-
print(type(comment_cnt))
|
195 |
post_check['reply']=reply_cnt+1
|
196 |
#out_json = {'user':"",'datetime':current_time,'title':title,'blog':1,'comment':0,'reply':0,"prompt":prompt,"output":output}
|
197 |
#full_conv[-1]+=(output,)
|
|
|
191 |
history.append((output,None))
|
192 |
|
193 |
reply_cnt=post_check['reply']
|
|
|
194 |
post_check['reply']=reply_cnt+1
|
195 |
#out_json = {'user':"",'datetime':current_time,'title':title,'blog':1,'comment':0,'reply':0,"prompt":prompt,"output":output}
|
196 |
#full_conv[-1]+=(output,)
|