dify / api /core /tools /entities /constant.py
kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
86 Bytes
class DEFAULT_PROVIDERS:
API_BASED = '__api_based'
APP_BASED = '__app_based'