Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kikuepi
/
dify
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify
/
api
/
services
/
enterprise
/
enterprise_service.py
kikuepi
Upload 4913 files
4304c6d
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
from
services.enterprise.base
import
EnterpriseRequest
class
EnterpriseService
:
@classmethod
def
get_info
(
cls
):
return
EnterpriseRequest.send_request(
'GET'
,
'/info'
)