yooke commited on
Commit
821e4e7
·
verified ·
1 Parent(s): 8741fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()