mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-18 02:16:07 +00:00
feat: add disable_models_service configuration to manage model service availability and update related components
This commit is contained in:
@@ -242,6 +242,7 @@ export interface ApiRespSystemInfo {
|
||||
cloud_service_url: string;
|
||||
enable_marketplace: boolean;
|
||||
allow_modify_login_info: boolean;
|
||||
disable_models_service: boolean;
|
||||
}
|
||||
|
||||
export interface ApiRespPluginSystemStatus {
|
||||
|
||||
Reference in New Issue
Block a user