PavanKumarGurram commited on
Commit
f7f6b53
·
verified ·
1 Parent(s): 71e1353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
5
  import requests
6
 
7
  # Step 1: Setup Model
8
- model = HfApiModel(model="openai/gpt-3.5-turbo") # Replace with your own if needed
9
 
10
  # Step 2: Setup Tools
11
  tools = [DuckDuckGoSearchTool()]
 
5
  import requests
6
 
7
  # Step 1: Setup Model
8
+ model = HfApiModel(model="openai/gpt-3.5-turbo")
9
 
10
  # Step 2: Setup Tools
11
  tools = [DuckDuckGoSearchTool()]