david-thrower commited on
Commit
16022ad
·
verified ·
1 Parent(s): 708128e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,7 +254,7 @@ agent = CodeAgent(
254
  ],
255
  model=model
256
  )
257
- agent.system_prompt = SYSTEM_PROMPT
258
- print(agent.system_prompt)
259
 
260
  GradioUI(agent).launch()
 
254
  ],
255
  model=model
256
  )
257
+
258
+ print(agent.prompt_templates["system_prompt"])
259
 
260
  GradioUI(agent).launch()