feat: add disable_models_service configuration to manage model service availability and update related components

This commit is contained in:
Junyan Qin
2026-01-01 15:40:39 +08:00
parent 75c2a063cc
commit 61f08f3218
15 changed files with 194 additions and 113 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export class BackendClient extends BaseHttpClient {
// ============ Provider API ============
public getProviderRequesters(
model_type: string,
model_type?: string,
): Promise<ApiRespProviderRequesters> {
return this.get('/api/v1/provider/requesters', { type: model_type });
}