Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ class BasicAgent:
|
|
16 |
print("BasicAgent initialized.")
|
17 |
|
18 |
# Initialize the model
|
19 |
-
model = HfApiModel("
|
20 |
|
21 |
# Initialize the tools other than the base tools
|
22 |
# See list of base tools in https://github.com/huggingface/smolagents/blob/main/src/smolagents/default_tools.py
|
|
|
16 |
print("BasicAgent initialized.")
|
17 |
|
18 |
# Initialize the model
|
19 |
+
model = HfApiModel("deepseek-ai/DeepSeek-V3-0324")
|
20 |
|
21 |
# Initialize the tools other than the base tools
|
22 |
# See list of base tools in https://github.com/huggingface/smolagents/blob/main/src/smolagents/default_tools.py
|