Update app.py
Browse files
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("
|
| 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 |
)
|