WileCoyotte commited on
Commit
ea9db8a
·
verified ·
1 Parent(s): 8c706fd

Update First_agent/app.py

Browse files
Files changed (1) hide show
  1. First_agent/app.py +1 -1
First_agent/app.py CHANGED
@@ -105,7 +105,7 @@ def final():
105
  with open("prompts.yaml", 'r') as stream:
106
  prompt_templates = yaml.safe_load(stream)
107
  """
108
- with open("/prompt.txt", "r", encoding="utf-8") as f:
109
  prompt_templates = f.read()
110
 
111
  agent = CodeAgent(
 
105
  with open("prompts.yaml", 'r') as stream:
106
  prompt_templates = yaml.safe_load(stream)
107
  """
108
+ with open("First_agent/prompt.txt", "r", encoding="utf-8") as f:
109
  prompt_templates = f.read()
110
 
111
  agent = CodeAgent(