wt002 commited on
Commit
88c629f
·
verified ·
1 Parent(s): 8777f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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,