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
I plan on grabbing the first 30 or so messages from the database. Then if the client wants more, they can request it. There will be rate limiting of course, but the logic of when to ask for more messages is entirely based on the client.
The chat history is currently being sent all at once, which is a terrible idea. It's like this for the moment until a new solution is implemented.
The text was updated successfully, but these errors were encountered: