Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
}
}

// Model list owns its own provider-group cards; drop the section body chrome.
&__models-section {
> .bitfun-config-page-section__body {
border: 0;
border-radius: 0;
background: transparent;
}
}

&__collection {
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,7 @@ const AIModelConfig: React.FC = () => {
</ConfigPageSection>

<ConfigPageSection
className="bitfun-ai-model-config__models-section"
title={tDefault('tabs.models')}
description={t('subtitle')}
extra={(
Expand Down
2 changes: 1 addition & 1 deletion src/web-ui/src/locales/zh-CN/settings/ai-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"title": "Subagent 模型",
"default": {
"label": "Subagent 默认模型",
"description": "未单独指定时,Subagent 使用的默认模型",
"description": "Subagent 未单独配置模型时,统一使用此模型",
"configureTooltip": "设置 Subagent 的默认模型。前往“定制 > 专业智能体”可为每个 Subagent 单独配置模型",
"updateFailed": "更新 Subagent 默认模型失败"
},
Expand Down
2 changes: 1 addition & 1 deletion src/web-ui/src/locales/zh-TW/settings/ai-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"title": "Subagent 模型",
"default": {
"label": "Subagent 預設模型",
"description": "未單獨指定時,Subagent 使用的預設模型",
"description": "Subagent 未單獨設定模型時,統一使用此模型",
"configureTooltip": "設定 Subagent 的預設模型。前往「定製 > 專業智能體」可為每個 Subagent 個別設定模型",
"updateFailed": "更新 Subagent 預設模型失敗"
},
Expand Down
Loading