fix: show inject params, update ui 1.0.11

This commit is contained in:
jialin
2026-05-14 11:54:51 +08:00
committed by jialin
parent faa1f935b7
commit 451d5bfe47
8 changed files with 18 additions and 11 deletions
@@ -84,6 +84,13 @@ const Instance: React.FC = () => {
}),
children: renderParams(instanceData?.backend_parameters || [])
},
{
key: '1-1',
label: intl.formatMessage({
id: 'models.instance.params.autoInjected'
}),
children: renderParams(instanceData?.injected_backend_parameters || [])
},
{
key: '3',
label: intl.formatMessage({ id: 'benchmark.detail.kvCache' }),