-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add usage limit #430
Conversation
新增了聊天数量限制功能
@ccjaread 感谢您的贡献。很高兴能在该项目中新增这一功能。 cc @Kerwin1202 |
回滚了中英文README,更新了新增的代码注释
新增了聊天数量限制功能,完善了代码注释和新增数据库注释
新增了聊天数量限制功能,完善代码和数据库注释
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
更新后 出现 错误 在server端 : auth middleware getUserId err from token undefined Cannot read properties of undefined (reading 'replace') |
This reverts commit 804897c.
管理员 也显示这个兑换,不是很合理?目前看昨天的合并有一个针对每个用户的开关,没有全局的开关。 |
更新后只找到限制次数的位置,但限制了又没生效,也没有找到兑换码填写框 |
为了避免对不需要该配置的用户造成困扰。在网站配置中。增加了一个全局开关。只有全局限制开关和该用户的用户限制开关都打开时。该用户才能看到剩余次数和兑换码使用。 次数限制才会生效 |
请问全局开关怎么设置?用户限制开关怎么设置?谢谢! |
新增了简单的按对话数量限制功能,适用于小团队内部使用管理,不适用于按token使用计费(没按token来限制)
Fixes #390