azettl commited on
Commit
c72543c
·
verified ·
1 Parent(s): ceb1e5d

Update research_tools/web_search.py

Browse files
Files changed (1) hide show
  1. research_tools/web_search.py +1 -1
research_tools/web_search.py CHANGED
@@ -20,7 +20,7 @@ class WebSearchTool(BaseTool):
20
  mistral_model = OpenAIServerModel(
21
  api_key=mistral_key,
22
  api_base="https://api.mistral.ai/v1",
23
- model_id="mistral/mistral-large-latest"
24
  )
25
  else:
26
  # Fallback to InferenceClientModel if no Mistral key
 
20
  mistral_model = OpenAIServerModel(
21
  api_key=mistral_key,
22
  api_base="https://api.mistral.ai/v1",
23
+ model_id="mistral-large-latest"
24
  )
25
  else:
26
  # Fallback to InferenceClientModel if no Mistral key