CindyDelage commited on
Commit
f6ae69d
·
verified ·
1 Parent(s): 57a7778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
  python_code_tool = PythonInterpreterTool()
23
  alfred=CodeAgent(
24
  tools=[web_search, image_tool,python_code_tool],
25
- model=HfApiModel("meta-llama/Llama-3.1-8B",token=os.environ.get("HF_TOKEN")),
26
  add_base_tools=True,
27
  max_print_outputs_length = 100
28
  )
 
22
  python_code_tool = PythonInterpreterTool()
23
  alfred=CodeAgent(
24
  tools=[web_search, image_tool,python_code_tool],
25
+ model=HfApiModel("HuggingFaceTB/SmolLM-135M-Instruct",token=os.environ.get("HF_TOKEN")),
26
  add_base_tools=True,
27
  max_print_outputs_length = 100
28
  )