yangminded commited on
Commit
3156054
·
verified ·
1 Parent(s): 8d3ffca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ class BasicAgent:
26
  with open("prompts.yaml", 'r') as stream:
27
  prompts = yaml.safe_load(stream)
28
 
29
- print(prompts)
30
 
31
  prompt_templates = EMPTY_PROMPT_TEMPLATES
32
  prompt_templates.system_prompt = prompts['system_prompt']
 
26
  with open("prompts.yaml", 'r') as stream:
27
  prompts = yaml.safe_load(stream)
28
 
29
+ print(prompts['system_prompt'])
30
 
31
  prompt_templates = EMPTY_PROMPT_TEMPLATES
32
  prompt_templates.system_prompt = prompts['system_prompt']