eternalBlissard commited on
Commit
376961e
·
verified ·
1 Parent(s): 6d2ed22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def respond(
85
  if(val==None):
86
  subtitles = outputProducer(system_message)
87
  val = subtitle_it(subtitle_it)
88
- messages = [{"role": "system", "content": "Answer by using the transcript"}]
89
 
90
  for val in history:
91
  if val[0]:
 
85
  if(val==None):
86
  subtitles = outputProducer(system_message)
87
  val = subtitle_it(subtitle_it)
88
+ messages = [{"role": "system", "content": "Answer by using the transcript"+val}]
89
 
90
  for val in history:
91
  if val[0]: