We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc2836 commit 87029c2Copy full SHA for 87029c2
backend/retrieval_graph/configuration.py
@@ -15,7 +15,7 @@ class AgentConfiguration(BaseConfiguration):
15
# models
16
17
query_model: str = field(
18
- default="anthropic/claude-3-haiku-20240307",
+ default="openai/gpt-4o-mini",
19
metadata={
20
"description": "The language model used for processing and refining queries. Should be in the form: provider/model-name."
21
},
0 commit comments