GusLovesMath commited on
Commit
e75e265
·
verified ·
1 Parent(s): d1fb0e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,