+
+ {{ 'ai-models.authentication' | translate }}
+
+
+ {{ 'ai-models.authentication-type.none' | translate }}
+ {{ 'ai-models.authentication-type.basic' | translate }}
+ {{ 'ai-models.authentication-type.token' | translate }}
+
+
+ @if (aiModelForms.get('configuration.providerConfig.auth.type').value === AuthenticationType.BASIC) {
+
+ ai-models.username
+
+
+ {{ 'ai-models.username-required' | translate }}
+
+
+
+ ai-models.password
+
+
+
+ {{ 'ai-models.password-required' | translate }}
+
+
+ }
+ @if (aiModelForms.get('configuration.providerConfig.auth.type').value === AuthenticationType.TOKEN) {
+
+ ai-models.token
+
+
+
+ {{ 'ai-models.token-required' | translate }}
+
+
+ }
+