mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: update watermark attributes and cache timeout settings
This commit is contained in:
parent
b42f6bddae
commit
2e69698e6b
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue