Skip to content
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

ChatError's after 5-10 requests #196

Open
foolosopherr opened this issue Apr 18, 2024 · 1 comment
Open

ChatError's after 5-10 requests #196

foolosopherr opened this issue Apr 18, 2024 · 1 comment
Labels
bug bug!

Comments

@foolosopherr
Copy link

I keep getting ChatError “You are sending too many messages. Try again later." immediately after 5-10 requests in 5 minutes. I know there is a daily limit of 500 requests, but are there additional limits (number of tokens per minute, number of requests per minute, etc.)? I don't get any errors using only the Chat-UI version, so maybe this is a bug.

image
@foolosopherr foolosopherr added the bug bug! label Apr 18, 2024
@Soulter
Copy link
Owner

Soulter commented Apr 21, 2024

Hi, the threshold of huggingchat is currently at about 5 messages per minute, and 500 messages per day, maybe you invoke chat function too many times at the same time unintentionally

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug!
Projects
None yet
Development

No branches or pull requests

2 participants