diff --git a/bulkgen/config.py b/bulkgen/config.py index 0af35c5..136e43a 100644 --- a/bulkgen/config.py +++ b/bulkgen/config.py @@ -24,8 +24,8 @@ TEXT_EXTENSIONS: frozenset[str] = frozenset({".md", ".txt"}) class Defaults(BaseModel): """Default model names, applied when a target does not specify its own.""" - text_model: str = "mistral-large-latest" - image_model: str = "flux-pro-1.1" + text_model: str = "pixtral-large-latest" + image_model: str = "flux-2-pro" class TargetConfig(BaseModel):