Spaces:
Running
Running
kenghuoxiong
commited on
Commit
•
156644b
1
Parent(s):
1528b5f
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def chat(
|
|
94 |
max_tokens,
|
95 |
temperature,
|
96 |
top_p,
|
97 |
-
)
|
98 |
if len(history) == 0:
|
99 |
response = qa.invoke(message)['result']
|
100 |
else:
|
|
|
94 |
max_tokens,
|
95 |
temperature,
|
96 |
top_p,
|
97 |
+
):
|
98 |
if len(history) == 0:
|
99 |
response = qa.invoke(message)['result']
|
100 |
else:
|