feat(plan): bump free plan model quota from 1 to 4
- Increase the model quota for the free tier from 1 to 4.
This commit is contained in:
@@ -62,7 +62,7 @@ def _build_default_free_plan():
|
|||||||
"memory_engine_quota": 1,
|
"memory_engine_quota": 1,
|
||||||
"end_user_quota": 1,
|
"end_user_quota": 1,
|
||||||
"ontology_project_quota": 3,
|
"ontology_project_quota": 3,
|
||||||
"model_quota": 1,
|
"model_quota": 4,
|
||||||
"api_ops_rate_limit": 50,
|
"api_ops_rate_limit": 50,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user