GianJSX commited on
Commit
66fc472
1 Parent(s): fcf9453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,5 +116,6 @@ async def on_message(msg: cl.Message):
116
  if stream:
117
  await process_stream(stream, msg=stream_msg)
118
  message_history.append({"role": "system", "content": stream_msg.content})
 
119
 
120
  return stream_msg.content
 
116
  if stream:
117
  await process_stream(stream, msg=stream_msg)
118
  message_history.append({"role": "system", "content": stream_msg.content})
119
+ image_history.append({"role": "system", "content": stream_msg.content})
120
 
121
  return stream_msg.content