SamarthPujari commited on
Commit
b9d3c1e
·
verified ·
1 Parent(s): 9c3aa32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -174,6 +174,7 @@ search_tool = DuckDuckGoSearchTool()
174
  with open("prompts.yaml", 'r') as stream:
175
  prompt_templates = yaml.safe_load(stream)
176
 
 
177
  agent = CodeAgent(
178
  model=model,
179
  tools=[
 
174
  with open("prompts.yaml", 'r') as stream:
175
  prompt_templates = yaml.safe_load(stream)
176
 
177
+ model = LocalModel()
178
  agent = CodeAgent(
179
  model=model,
180
  tools=[