Skip to content

Commit 87029c2

Browse files
author
vbarda
committed
switch default
1 parent 9bc2836 commit 87029c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/retrieval_graph/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AgentConfiguration(BaseConfiguration):
1515
# models
1616

1717
query_model: str = field(
18-
default="anthropic/claude-3-haiku-20240307",
18+
default="openai/gpt-4o-mini",
1919
metadata={
2020
"description": "The language model used for processing and refining queries. Should be in the form: provider/model-name."
2121
},

0 commit comments

Comments
 (0)