mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 18:50:49 +08:00
feat(auth): load model lists via /model-definitions/{channel} instead of per-file
model sources.
This commit is contained in:
@@ -34,11 +34,11 @@ export interface OAuthExcludedModels {
|
||||
models: string[];
|
||||
}
|
||||
|
||||
// OAuth 模型映射
|
||||
export interface OAuthModelMappingEntry {
|
||||
// OAuth 模型别名
|
||||
export interface OAuthModelAliasEntry {
|
||||
name: string;
|
||||
alias: string;
|
||||
fork?: boolean;
|
||||
}
|
||||
|
||||
export type OAuthModelMappings = Record<string, OAuthModelMappingEntry[]>;
|
||||
export type OAuthModelAlias = Record<string, OAuthModelAliasEntry[]>;
|
||||
|
||||
Reference in New Issue
Block a user