diff --git a/plugins/_model_config/webui/model-field.html b/plugins/_model_config/webui/model-field.html
index 761a6d29b..89ce9529c 100644
--- a/plugins/_model_config/webui/model-field.html
+++ b/plugins/_model_config/webui/model-field.html
@@ -71,6 +71,59 @@
+
+
+
+
+
API key
+
Authentication key for this provider. Shared across all model slots using the same provider.
+
+
+
+ { if (v) $store.modelConfig.apiKeyValues[prov] = v; });
+ }
+ "
+ x-text="showKey ? 'visibility' : 'visibility_off'">
+
+
+
+
+
+
+
+
+
API key
+
Authentication key for this provider. Shared across all model slots using the same provider.
+
+
+
+ { if (v) { model.api_key = v; _revealed = v; } });
+ }
+ if (!showKey && _revealed && model.api_key === _revealed) {
+ model.api_key = ''; _revealed = '';
+ }
+ "
+ x-text="showKey ? 'visibility' : 'visibility_off'">
+
+
+
+
@@ -81,60 +134,6 @@
-
-
-
-
-
-
API key
-
Authentication key for this provider. Shared across all model slots using the same provider.
-
-
-
- { if (v) $store.modelConfig.apiKeyValues[prov] = v; });
- }
- "
- x-text="showKey ? 'visibility' : 'visibility_off'">
-
-
-
-
-
-
-
-
-
API key
-
Authentication key for this provider. Shared across all model slots using the same provider.
-
-
-
- { if (v) { model.api_key = v; _revealed = v; } });
- }
- if (!showKey && _revealed && model.api_key === _revealed) {
- model.api_key = ''; _revealed = '';
- }
- "
- x-text="showKey ? 'visibility' : 'visibility_off'">
-
-
-
-