{{ 'XP.Xpert.BasicInfo' | translate: { Default: 'Basic Info' } }}
{{ 'XP.Xpert.Icon' | translate: { Default: 'Icon' } }} & {{ 'XP.Xpert.Name' | translate: { Default: 'Name' } }}
{{ 'XP.Xpert.Title' | translate: { Default: 'Title' } }}
{{ 'XP.Xpert.Description' | translate: { Default: 'Description' } }}
{{ 'XP.Xpert.Tags' | translate: { Default: 'Tags' } }}
{{ 'XP.Xpert.ModelSelection.PrimaryModel' | translate: { Default: 'Primary model' } }}
{{ 'XP.Xpert.ModelSelection.PrimaryModelDescription' | translate: { Default: 'Used by default when the user has not selected another model.' } }}
{{ 'XP.KEY_WORDS.Default' | translate: { Default: 'Default' } }}
{{ 'XP.Xpert.ModelSelection.SelectableModels' | translate: { Default: 'User-selectable models' } }}
{{ 'XP.Xpert.ModelSelection.SelectableModelsDescription' | translate : { Default: 'Add optional LLMs that users may choose in ChatKit. The Primary model is always included automatically.' } }}
@if (allowedModels.length) {
@for ( control of allowedModels.controls; track control; let index = $index; let first = $first; let last = $last ) {
}
} @else {
{{ 'XP.Xpert.ModelSelection.Empty' | translate: { Default: 'Only the Primary model is available to users.' } }}
}
{{ 'XP.Xpert.WorkspaceDataScope' | translate: { Default: 'Runtime data scope' } }}: @if (workspaceDataScope() === 'user') { {{ 'XP.Xpert.UserIsolatedWorkspaceData' | translate: { Default: 'User isolated' } }} } @else { {{ 'XP.Xpert.SharedWorkspaceData' | translate: { Default: 'Shared' } }} }
@if (loading()) { }