fix: open model in playground

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 134827a0f7
commit 46969702a8
6 changed files with 51 additions and 41 deletions
@@ -39,16 +39,6 @@ export const ActionList: ActionItem[] = [
key: 'edit',
icon: icons.EditOutlined
},
// {
// label: 'common.button.detail',
// key: 'details',
// icon: icons.FileTextOutlined
// },
{
label: 'models.openinplayground',
key: 'chat',
icon: icons.ExperimentOutlined
},
{
label: 'common.button.start',
key: 'start',
@@ -59,11 +49,6 @@ export const ActionList: ActionItem[] = [
key: 'api',
icon: icons.ApiOutlined
},
// {
// label: 'models.button.accessSettings',
// key: 'accessControl',
// icon: icons.Permission
// },
{
label: 'common.button.stop',
key: 'stop',