Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -633,8 +633,8 @@ memory = create_memory(model_name='gemini-pro',memory_max_token=None)
|
|
633 |
# save history as context for the conversation
|
634 |
|
635 |
memory.save_context(
|
636 |
-
inputs={"question":"
|
637 |
-
outputs={"answer":""
|
638 |
)
|
639 |
|
640 |
# loads the template above
|
|
|
633 |
# save history as context for the conversation
|
634 |
|
635 |
memory.save_context(
|
636 |
+
inputs={"question":"sample"},
|
637 |
+
outputs={"answer":"sample"}
|
638 |
)
|
639 |
|
640 |
# loads the template above
|