SergeyO7 commited on
Commit
1b61ca7
·
verified ·
1 Parent(s): 7b32da2

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -366,7 +366,7 @@ class MagAgent:
366
  # self.prompt_templates = {
367
  # "base_prompt": "Default base prompt...",
368
  # "task_prompt": "Default task template: {question}"
369
- }
370
 
371
  # Load prompt templates
372
  with open("prompts.yaml", 'r') as stream:
 
366
  # self.prompt_templates = {
367
  # "base_prompt": "Default base prompt...",
368
  # "task_prompt": "Default task template: {question}"
369
+ # }
370
 
371
  # Load prompt templates
372
  with open("prompts.yaml", 'r') as stream: