keynes42 commited on
Commit
744afe7
·
verified ·
1 Parent(s): 0d69022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class BasicAgent:
16
  print("BasicAgent initialized.")
17
 
18
  # Initialize the model
19
- model = HfApiModel("EleutherAI/gpt-j-6b")
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