Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -437,8 +437,7 @@ Return your final answer in a single line, formatted as follows: "FINAL ANSWER:
|
|
437 |
|
438 |
Let's think step by step.
|
439 |
"""
|
440 |
-
self.agent.prompt_templates["system_prompt"] = self.agent.prompt_templates["system_prompt"] + system_prompt
|
441 |
-
|
442 |
|
443 |
self.agent = CodeAgent(
|
444 |
model=model,
|
|
|
437 |
|
438 |
Let's think step by step.
|
439 |
"""
|
440 |
+
self.agent.prompt_templates["system_prompt"] = self.agent.prompt_templates["system_prompt"] + system_prompt
|
|
|
441 |
|
442 |
self.agent = CodeAgent(
|
443 |
model=model,
|