keynes42 commited on
Commit
02a3d3e
·
verified ·
1 Parent(s): 0dfe2ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -253,6 +253,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
253
  combined_system_prompt = default_system_prompt + "\n\n" + my_added_prompts
254
  # (4) Create the prompt templates to plug in CodeAgent
255
  default_prompt_templates = PromptTemplates()
 
256
  my_prompt_templates = {"system_prompt": combined_system_prompt,
257
  "planning": default_prompt_templates["planning"],
258
  "managed_agent": default_prompt_templates["managed_agent"],
 
253
  combined_system_prompt = default_system_prompt + "\n\n" + my_added_prompts
254
  # (4) Create the prompt templates to plug in CodeAgent
255
  default_prompt_templates = PromptTemplates()
256
+ print(default_prompt_templates)
257
  my_prompt_templates = {"system_prompt": combined_system_prompt,
258
  "planning": default_prompt_templates["planning"],
259
  "managed_agent": default_prompt_templates["managed_agent"],