Spaces:
Build error
Build error
Update First_agent/app.py
Browse files- 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(
|