fix ui: add form validator

This commit is contained in:
musistudio
2025-08-06 21:11:44 +08:00
parent 023c045821
commit 3e1963564a
4 changed files with 27 additions and 8 deletions

View File

@@ -48,7 +48,7 @@
"providers": {
"title": "Providers",
"name": "Name",
"api_base_url": "API Base URL",
"api_base_url": "API Full URL",
"api_key": "API Key",
"models": "Models",
"models_placeholder": "Enter model name and press Enter to add",
@@ -80,7 +80,8 @@
"selected_transformers": "Selected Transformers",
"import_from_template": "Import from template",
"no_templates_found": "No templates found",
"select_template": "Select a template..."
"select_template": "Select a template...",
"api_key_required": "API Key is required"
},
"router": {