chathub-dev / chathub

All-in-one chatbot client
https://chathub.gg/?utm_source=github
GNU General Public License v3.0
9.77k stars 979 forks source link

ChatGPT Model Limit Exceeded Error #1235

Closed okellco closed 1 week ago

okellco commented 1 week ago

When i set ChatGPT model to auto it's works until 4o hits the limit and says "{"detail":{"message":"You have sent too many messages to the model. Please try again later.","code":"model_cap_exceeded","clears_in":11461}}". So I have to set model to 3.5 to continue working. Here (open the gifs in new tab if you can't see clearly): ChatGPT-4o ChatGPT-3 5

wong2 commented 1 week ago

This error comes from OpenAI. You will get the same result if you use https://chatgpt.com. They have a limit on the number of GPT-4 messages you can use within a certain period. After exceeding the limit, you need to wait before you can continue using it. GPT-3.5 has no such limit.

okellco commented 1 week ago

This error comes from OpenAI. You will get the same result if you use https://chatgpt.com. They have a limit on the number of GPT-4 messages you can use within a certain period. After exceeding the limit, you need to wait before you can continue using it. GPT-3.5 has no such limit.

Thanks for the response, https://chatgpt.com switches models automatically when you have reached the limit. The problem with ChatHub is you have to go to the settings and change it to 3.5 every time

wong2 commented 1 week ago

I see. I will implement that.

wong2 commented 1 week ago

Implemented in 3.26.2