chore: update watermark attributes and cache timeout settings

This commit is contained in:
wxg0103 2025-09-19 18:22:36 +08:00
parent b42f6bddae
commit 2e69698e6b
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class QwenModelParams(BaseForm):
watermark = SwitchField(
TooltipLabel(_('Watermark'), _('Whether to add watermark')),
attrs={"active-value": "true", "inactive-value": "false"},
default_value=False,
)

View File

@ -33,6 +33,7 @@ class QwenModelParams(BaseForm):
watermark = SwitchField(
TooltipLabel(_('Watermark'), _('Whether to add watermark')),
attrs={"active-value": "true", "inactive-value": "false"},
default_value=False,
)

View File

@ -47,6 +47,7 @@ class VolcanicEngineTTVModelGeneralParams(BaseForm):
watermark = SwitchField(
TooltipLabel(_('Watermark'), _('Whether to add watermark')),
attrs={"active-value": "true", "inactive-value": "false"},
default_value=False,
)