chore: update default models to pixtral-large-latest and flux-2-pro
This commit is contained in:
parent
ee6c411f3c
commit
47b53db760
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue