获取系统信息
curl --request GET \
--url http://localhost:5300/api/v1/system/info{
"code": 0,
"data": {
"version": "v4.9.5",
"debug": true,
"edition": "community",
"enable_marketplace": true,
"cloud_service_url": "<string>",
"allow_modify_login_info": true,
"disable_models_service": true,
"limitation": {},
"wizard_progress": {}
}
}系统
获取系统信息
获取 LangBot 实例的版本、版本类型等基本信息。此接口无需认证。
GET
/
api
/
v1
/
system
/
info
获取系统信息
curl --request GET \
--url http://localhost:5300/api/v1/system/info{
"code": 0,
"data": {
"version": "v4.9.5",
"debug": true,
"edition": "community",
"enable_marketplace": true,
"cloud_service_url": "<string>",
"allow_modify_login_info": true,
"disable_models_service": true,
"limitation": {},
"wizard_progress": {}
}
}⌘I
