{{ createMode ? ('account.models.model-configs.create' | translate) : (generativeModel | async)?.name }}

@if (createMode) { } {{ 'generic.description' | translate }} @if (createMode) { } @if (userPrompt | async; as prompt) { Prompt } @if (systemPrompt | async; as prompt) { {{ 'account.models.model-configs.system-prompt' | translate }} } @if ((isBedrockIntegrationEnabled | async) && (showAssumeRole | async)) { {{ 'account.models.model-configs.use-bedrock' | translate }} } @if (schema | async; as schema) { @if (generativeModel | async; as generativeModel) { } } @if (((kbList | async) || []).length > 0) { {{ 'account.models.model-configs.limit' | translate }} @if (isRestricted) {
@for (item of kbList | async; track item.id) { {{ item.title }} }
} }
{{ 'generic.cancel' | translate }} {{ 'generic.save' | translate }}