mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 12:26:03 +03:00
fix: 🐛 seed
fixed
This commit is contained in:
parent
d31dcbbdcf
commit
998ebe415c
@ -31,7 +31,7 @@ def check_user_requests_limit(user: UserIdentity, model: str):
|
||||
|
||||
date = time.strftime("%Y%m%d")
|
||||
|
||||
monthly_chat_credit = userSettings.get("monthly_chat_credit", 0)
|
||||
monthly_chat_credit = userSettings.get("monthly_chat_credit", 100)
|
||||
daily_user_count = userDailyUsage.get_user_monthly_usage(date)
|
||||
models_price = userDailyUsage.get_model_settings()
|
||||
user_choosen_model_price = 1000
|
||||
|
Loading…
Reference in New Issue
Block a user