mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
feat: add disable_models_service configuration to manage model service availability and update related components
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user