Spaces:
Running
Running
Update research_tools/web_search.py
Browse files
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
|
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
|