OuroborosM commited on
Commit
65d9d5b
·
1 Parent(s): 5120a66

remove memo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -387,7 +387,7 @@ Final Answer: the final answer to the original input question"""
387
 
388
  SUFFIX = """Begin!
389
 
390
- {chat_history}
391
  Question: {input}
392
  Thought:{agent_scratchpad}"""
393
 
@@ -412,7 +412,7 @@ agent = initialize_agent(tools, llm,
412
  'prefix': PREFIX,
413
  'format_instructions': FORMAT_INSTRUCTIONS,
414
  'suffix': SUFFIX,
415
- 'input_variables': input_variables
416
  },
417
  # input_variables = input_variables,
418
  # agent_kwargs={
 
387
 
388
  SUFFIX = """Begin!
389
 
390
+
391
  Question: {input}
392
  Thought:{agent_scratchpad}"""
393
 
 
412
  'prefix': PREFIX,
413
  'format_instructions': FORMAT_INSTRUCTIONS,
414
  'suffix': SUFFIX,
415
+ # 'input_variables': input_variables,
416
  },
417
  # input_variables = input_variables,
418
  # agent_kwargs={