feat(product-suite): decouple ai writing gateway
This commit is contained in:
@@ -372,7 +372,9 @@ class SettingsTab(QWidget):
|
||||
model_detail_layout.addLayout(action_layout)
|
||||
model_detail_layout.addWidget(self.test_result_label)
|
||||
|
||||
self.direct_gateway_notice = QLabel("图片理解与商品套图仅支持默认网关。")
|
||||
self.direct_gateway_notice = QLabel(
|
||||
"商品套图使用自定义网关生图;AI帮写仍使用默认网关的图片理解配置。"
|
||||
)
|
||||
self.direct_gateway_notice.setObjectName("directGatewayNoticeLabel")
|
||||
self.direct_gateway_notice.setStyleSheet("color: #6b7280;")
|
||||
self.direct_role_panel = QWidget()
|
||||
|
||||
Reference in New Issue
Block a user