chore: update default models to pixtral-large-latest and flux-2-pro

This commit is contained in:
Konstantin Fickel 2026-02-14 21:27:16 +01:00
parent ee6c411f3c
commit 47b53db760
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -24,8 +24,8 @@ TEXT_EXTENSIONS: frozenset[str] = frozenset({".md", ".txt"})
class Defaults(BaseModel): class Defaults(BaseModel):
"""Default model names, applied when a target does not specify its own.""" """Default model names, applied when a target does not specify its own."""
text_model: str = "mistral-large-latest" text_model: str = "pixtral-large-latest"
image_model: str = "flux-pro-1.1" image_model: str = "flux-2-pro"
class TargetConfig(BaseModel): class TargetConfig(BaseModel):