Spaces:
Runtime error
Runtime error
Commit
·
6af9014
1
Parent(s):
1d1fa7f
update agent2
Browse files
app.py
CHANGED
@@ -879,7 +879,7 @@ agent_ZEROSHOT_REACT_2 = initialize_agent(tools_remote, GPTfake,
|
|
879 |
early_stopping_method="generate",
|
880 |
agent_kwargs={
|
881 |
'prefix': PREFIX_2,
|
882 |
-
'format_instructions': FORMAT_INSTRUCTIONS_2,
|
883 |
'suffix': SUFFIX,
|
884 |
# 'input_variables': input_variables,
|
885 |
},
|
|
|
879 |
early_stopping_method="generate",
|
880 |
agent_kwargs={
|
881 |
'prefix': PREFIX_2,
|
882 |
+
# 'format_instructions': FORMAT_INSTRUCTIONS_2,
|
883 |
'suffix': SUFFIX,
|
884 |
# 'input_variables': input_variables,
|
885 |
},
|