Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,6 @@ tool_list = [
|
|
| 68 |
with open("prompts.yaml") as f:
|
| 69 |
prompt_templates = yaml.safe_load(f)
|
| 70 |
|
| 71 |
-
|
| 72 |
agent = CodeAgent(
|
| 73 |
model=model,
|
| 74 |
tools=tool_list,
|
|
|
|
| 68 |
with open("prompts.yaml") as f:
|
| 69 |
prompt_templates = yaml.safe_load(f)
|
| 70 |
|
|
|
|
| 71 |
agent = CodeAgent(
|
| 72 |
model=model,
|
| 73 |
tools=tool_list,
|