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
there is an API rate limit which makes it near impossible to send enough messages through the day. Mostly because the POST on the /api/user/memory can only be executes 240 times a day.
And this post is called for EVERY message which is send. So it is only possible to send 240 messages a day.
It would be ok if it clear all messages on one call, so you would be able to send messages every 6 minutes. For me this would be fine.
The text was updated successfully, but these errors were encountered:
Hello!
there is an API rate limit which makes it near impossible to send enough messages through the day. Mostly because the POST on the /api/user/memory can only be executes 240 times a day.
And this post is called for EVERY message which is send. So it is only possible to send 240 messages a day.
It would be ok if it clear all messages on one call, so you would be able to send messages every 6 minutes. For me this would be fine.
The text was updated successfully, but these errors were encountered: