Spaces:
Runtime error
Runtime error
Commit
·
ae678bc
1
Parent(s):
608896e
correct memory
Browse files
app.py
CHANGED
@@ -427,8 +427,10 @@ Thought:{agent_scratchpad}"""
|
|
427 |
prompt = ZeroShotAgent.create_prompt(
|
428 |
tools,
|
429 |
prefix=PREFIX,
|
430 |
-
suffix=
|
|
|
431 |
format_instructions=FORMAT_INSTRUCTIONS,
|
|
|
432 |
# input_variables=["input", "chat_history", "agent_scratchpad"]
|
433 |
)
|
434 |
|
|
|
427 |
prompt = ZeroShotAgent.create_prompt(
|
428 |
tools,
|
429 |
prefix=PREFIX,
|
430 |
+
suffix=SUFFIX,
|
431 |
+
# suffix=SUFFIX2,
|
432 |
format_instructions=FORMAT_INSTRUCTIONS,
|
433 |
+
input_variables=["input", "agent_scratchpad"]
|
434 |
# input_variables=["input", "chat_history", "agent_scratchpad"]
|
435 |
)
|
436 |
|