mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"trial"
|
|
],
|
|
"quota_unit": "times",
|
|
"quota_limit": 1000
|
|
},
|
|
"model_flexibility": "fixed"
|
|
} |