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