Add virtual model support for multi-key expansion

Virtual models generated from multi-key expansion are now marked and
filtered during config persistence. Virtual models display with a badge
in the UI and cannot be set as default.
This commit is contained in:
uiyzzi
2026-03-24 23:56:45 +08:00
parent 9fb01bc7f8
commit be6bf9f6c6
9 changed files with 214 additions and 4 deletions
+2 -1
View File
@@ -154,7 +154,8 @@
"unconfigured": "Not configured"
},
"badge": {
"default": "Default"
"default": "Default",
"virtual": "Virtual"
},
"action": {
"edit": "Edit API key",
+2 -1
View File
@@ -154,7 +154,8 @@
"unconfigured": "未配置"
},
"badge": {
"default": "默认"
"default": "默认",
"virtual": "虚拟"
},
"action": {
"edit": "编辑 API Key",