Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ If no match is found, or the query is outside the scope of the predefined questi
|
|
| 80 |
chain=prompt | model
|
| 81 |
|
| 82 |
|
| 83 |
-
def respond(message):
|
| 84 |
response=chain.invoke(
|
| 85 |
[HumanMessage(content=message)],
|
| 86 |
config=config,
|
|
|
|
| 80 |
chain=prompt | model
|
| 81 |
|
| 82 |
|
| 83 |
+
def respond(message,store):
|
| 84 |
response=chain.invoke(
|
| 85 |
[HumanMessage(content=message)],
|
| 86 |
config=config,
|