Skip to content

Commit 66673e3

Browse files
committed
Change default LLM
1 parent 68a5f06 commit 66673e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databao/configs/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class LLMConfigDirectory:
179179
def list_all(cls) -> list[LLMConfig]:
180180
return [config for name, config in vars(cls).items() if name.isupper()]
181181

182-
DEFAULT = LLMConfig(name="gpt-4o-mini")
182+
DEFAULT = LLMConfig(name="claude-sonnet-4-5")
183183

184184
# https://huggingface.co/Qwen/Qwen3-8B-GGUF#best-practices
185185
QWEN3_8B_OAI = LLMConfig(

0 commit comments

Comments
 (0)