You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Soulter Looks like there has been a server-side issue and HC isn't closing off the event streams with "finalAnswer". I tested in the HC UI and it's the same:
As there is no "finalAnswer" event in the stream.. the Message generator re-sends "Hello Again" and it loops until message limit thresholds are hit. Hence.. "You are sending too many messages" Error.
Not sure there is an easy fix for this unless HC fix the event stream closures.
Activity
Aravind4525 commentedon Jan 21, 2025
Every Model is getting this error
helqasem commentedon Jan 21, 2025
@Soulter Looks like there has been a server-side issue and HC isn't closing off the event streams with "finalAnswer". I tested in the HC UI and it's the same:
I created a convo in the REPL and sent a simple "Hello Again". The result:
...etc...
As there is no "finalAnswer" event in the stream.. the Message generator re-sends "Hello Again" and it loops until message limit thresholds are hit. Hence.. "You are sending too many messages" Error.
Not sure there is an easy fix for this unless HC fix the event stream closures.
Aravind4525 commentedon Jan 22, 2025
When it will be fixed
Soulter commentedon Jan 22, 2025
Thanks for sharing the solution! @helqasem I will fix it soon..
Soulter commentedon Jan 22, 2025
I feel like they used the time difference between two data returns to determine whether SSE should be disconnected...wrongAnd there is reason to speculate that HF changed this rule to introduce real-time capability like Google Gemini 🤔 I'm not sure
fix: too many message exception error #275
Soulter commentedon Jan 22, 2025
Pushed a patch that can fix this error.
Aravind4525 commentedon Jan 22, 2025
But still receives same error
Aravind4525 commentedon Jan 22, 2025
Thanks, Now it is working