mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
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:
@@ -21,6 +21,7 @@ export interface ModelInfo {
|
||||
// Meta
|
||||
configured: boolean
|
||||
is_default: boolean
|
||||
is_virtual: boolean
|
||||
}
|
||||
|
||||
interface ModelsListResponse {
|
||||
|
||||
Reference in New Issue
Block a user