feat: default model (#3662)

* move model config

* feat: default model
This commit is contained in:
Archer
2025-01-24 18:44:43 +08:00
committed by GitHub
parent 5ce889942a
commit 38efa3e050
167 changed files with 2999 additions and 2899 deletions

View File

@@ -16,6 +16,7 @@ type BaseModelItemType = {
isActive?: boolean;
isCustom?: boolean;
isDefault?: boolean;
// If has requestUrl, it will request the model directly
requestUrl?: string;