feat: add provider menu
This commit is contained in:
@@ -105,6 +105,16 @@ export default [
|
||||
access: 'canSeeAdmin',
|
||||
component: './llmodels/index'
|
||||
},
|
||||
{
|
||||
name: 'provider',
|
||||
path: '/models/providers',
|
||||
key: 'modelProviders',
|
||||
icon: 'icon-extension-outline',
|
||||
selectedIcon: 'icon-extension-filled',
|
||||
defaultIcon: 'icon-extension-outline',
|
||||
access: 'canSeeAdmin',
|
||||
component: './maas-provider/index'
|
||||
},
|
||||
{
|
||||
name: 'userModels',
|
||||
path: '/models/user-models',
|
||||
|
||||
Reference in New Issue
Block a user