Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ class BasicAgent:
|
|
29 |
|
30 |
model = OpenAIServerModel(
|
31 |
model_id="deepseek-chat",
|
32 |
-
api_key=DEEPSEEK_API_KEY
|
33 |
-
base_url=DEEPSEEK_API_BASE
|
34 |
)
|
35 |
# Initialize the search tool
|
36 |
search_tool = DuckDuckGoSearchTool()
|
|
|
29 |
|
30 |
model = OpenAIServerModel(
|
31 |
model_id="deepseek-chat",
|
32 |
+
api_key=DEEPSEEK_API_KEY
|
|
|
33 |
)
|
34 |
# Initialize the search tool
|
35 |
search_tool = DuckDuckGoSearchTool()
|