Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ class BankAgents:
|
|
| 120 |
tools = [tool_carta ],
|
| 121 |
verbose=True,
|
| 122 |
llm=self.BedrockClaude ,
|
| 123 |
-
max_execution_time=
|
| 124 |
max_iter=15
|
| 125 |
)
|
| 126 |
def asesor_financiero_agente(self):
|
|
@@ -138,7 +138,7 @@ class BankAgents:
|
|
| 138 |
tools = [ tool_calculadora_50_30_20 ],
|
| 139 |
verbose=True,
|
| 140 |
llm=self.BedrockClaude ,
|
| 141 |
-
max_execution_time=
|
| 142 |
max_iter=15
|
| 143 |
)
|
| 144 |
|
|
@@ -159,7 +159,7 @@ class BankAgents:
|
|
| 159 |
tools = [ tool_consulta_cliente ],
|
| 160 |
verbose=True,
|
| 161 |
llm=self.BedrockClaude ,
|
| 162 |
-
max_execution_time=
|
| 163 |
max_iter=15
|
| 164 |
)
|
| 165 |
|
|
|
|
| 120 |
tools = [tool_carta ],
|
| 121 |
verbose=True,
|
| 122 |
llm=self.BedrockClaude ,
|
| 123 |
+
max_execution_time=None,
|
| 124 |
max_iter=15
|
| 125 |
)
|
| 126 |
def asesor_financiero_agente(self):
|
|
|
|
| 138 |
tools = [ tool_calculadora_50_30_20 ],
|
| 139 |
verbose=True,
|
| 140 |
llm=self.BedrockClaude ,
|
| 141 |
+
max_execution_time=None,
|
| 142 |
max_iter=15
|
| 143 |
)
|
| 144 |
|
|
|
|
| 159 |
tools = [ tool_consulta_cliente ],
|
| 160 |
verbose=True,
|
| 161 |
llm=self.BedrockClaude ,
|
| 162 |
+
max_execution_time=None,
|
| 163 |
max_iter=15
|
| 164 |
)
|
| 165 |
|