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
As shown in the error, the issue is that the message must be shorter than 262144 bytes, to solve this, split your message into sections split by 262144. Here's how you would do it in TypeScript
Greetings @nevo-david ,
I was implementing the Resume maker with ChatGPT and encountered this error.
The text was updated successfully, but these errors were encountered: