Spaces:
Runtime error
Runtime error
Commit
·
ddfecd3
1
Parent(s):
9b21883
Update chathmi
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ def chathmi(message, history):
|
|
65 |
time.sleep(0.3)
|
66 |
print(history)
|
67 |
yield response
|
|
|
68 |
|
69 |
def chathmi2(message, history):
|
70 |
response = QAQuery(message)
|
|
|
65 |
time.sleep(0.3)
|
66 |
print(history)
|
67 |
yield response
|
68 |
+
yield history
|
69 |
|
70 |
def chathmi2(message, history):
|
71 |
response = QAQuery(message)
|