We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a5f06 commit 66673e3Copy full SHA for 66673e3
databao/configs/llm.py
@@ -179,7 +179,7 @@ class LLMConfigDirectory:
179
def list_all(cls) -> list[LLMConfig]:
180
return [config for name, config in vars(cls).items() if name.isupper()]
181
182
- DEFAULT = LLMConfig(name="gpt-4o-mini")
+ DEFAULT = LLMConfig(name="claude-sonnet-4-5")
183
184
# https://huggingface.co/Qwen/Qwen3-8B-GGUF#best-practices
185
QWEN3_8B_OAI = LLMConfig(
0 commit comments