Skip to content

Commit d295937

Browse files
fix: model access tiers
1 parent b504d7b commit d295937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/utils/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,7 @@ def _generate_model_structures():
187187
"tier_50_400": PAID_TIER_MODELS,
188188
"tier_125_800": PAID_TIER_MODELS,
189189
"tier_200_1000": PAID_TIER_MODELS,
190+
"tier_25_170_yearly_commitment": PAID_TIER_MODELS,
191+
"tier_6_42_yearly_commitment": PAID_TIER_MODELS,
192+
"tier_12_84_yearly_commitment": PAID_TIER_MODELS,
190193
}

0 commit comments

Comments
 (0)