Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ def create_memory(model_name='gpt-3.5-turbo',memory_max_token=None):
|
|
388 |
)
|
389 |
return memory
|
390 |
|
391 |
-
memory.save_context(inputs={"question":"..."},outputs={"answer":"...."}
|
392 |
|
393 |
standalone_question_template = """Given the following conversation and a follow up question,
|
394 |
rephrase the follow up question to be a standalone question, in its original language.\n\n
|
|
|
388 |
)
|
389 |
return memory
|
390 |
|
391 |
+
memory.save_context(inputs={"question":"..."},outputs={"answer":"...."})
|
392 |
|
393 |
standalone_question_template = """Given the following conversation and a follow up question,
|
394 |
rephrase the follow up question to be a standalone question, in its original language.\n\n
|