feat: 加模型管理菜单(/pipeline_core/llm)
This commit is contained in:
parent
a7cc65da0f
commit
3414a9a692
@ -92,6 +92,12 @@
|
||||
"icon": "{{entire_url('/imgs/cubes.svg')}}",
|
||||
"script": "this.open_tab({name:'pipeline_core',label:'产线管理',url:'/pipeline_core',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "llm_manage",
|
||||
"label": "模型管理",
|
||||
"icon": "",
|
||||
"script": "this.open_tab({name:'llm_manage',label:'模型管理',url:'/pipeline_core/llm',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "pipeline_sdlc",
|
||||
"label": "开发产线",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user