Toumaima commited on
Commit
5389fcd
·
verified ·
1 Parent(s): 90839ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class BasicAgent:
33
  If you are asked for a comma separated list, apply the above rules depending of whether the element
34
  to be put in the list is a number or a string.
35
  """
36
- self.agent.prompt_templates["system_prompt"] = self.agent.prompt_templates["system_prompt"] + SYSTEM_PROMPT
37
 
38
  def maybe_reversed(self, text: str) -> bool:
39
  words = text.split()
 
33
  If you are asked for a comma separated list, apply the above rules depending of whether the element
34
  to be put in the list is a number or a string.
35
  """
36
+ self.agent_prompt = SYSTEM_PROMPT
37
 
38
  def maybe_reversed(self, text: str) -> bool:
39
  words = text.split()