Spaces:
Running
Running
cyberosa
commited on
Commit
·
e9b6735
1
Parent(s):
149da43
removing dead code
Browse files
app.py
CHANGED
@@ -46,7 +46,6 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
|
|
46 |
with open("prompts.yaml", "r") as stream:
|
47 |
prompt_templates = yaml.safe_load(stream)
|
48 |
|
49 |
-
prompt_templates["final_answer"] = "{{answer}}"
|
50 |
|
51 |
agent = CodeAgent(
|
52 |
model=model,
|
|
|
46 |
with open("prompts.yaml", "r") as stream:
|
47 |
prompt_templates = yaml.safe_load(stream)
|
48 |
|
|
|
49 |
|
50 |
agent = CodeAgent(
|
51 |
model=model,
|