eternalBlissard
commited on
Update app.py
Browse files
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]:
|