Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ class BasicAgent:
|
|
19 |
def __init__(self):
|
20 |
print("BasicAgent initialized.")
|
21 |
# Initialize a small local model instead of API model
|
22 |
-
self.model = pipeline("text-generation", model="
|
23 |
|
24 |
# Initialize the search tool (you can keep DuckDuckGoSearchTool)
|
25 |
search_tool = DuckDuckGoSearchTool()
|
|
|
19 |
def __init__(self):
|
20 |
print("BasicAgent initialized.")
|
21 |
# Initialize a small local model instead of API model
|
22 |
+
self.model = pipeline("text-generation", model="deepseek-ai/DeepSeek-V3")
|
23 |
|
24 |
# Initialize the search tool (you can keep DuckDuckGoSearchTool)
|
25 |
search_tool = DuckDuckGoSearchTool()
|