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:
wwq
2026-04-22 11:10:41 +08:00
parent 5e0d30dde8
commit 77c023102e

View File

@@ -62,7 +62,7 @@ def _build_default_free_plan():
"memory_engine_quota": 1,
"end_user_quota": 1,
"ontology_project_quota": 3,
"model_quota": 1,
"model_quota": 4,
"api_ops_rate_limit": 50,
},
}