#peer closed connection without sending complete message body (incomplete chunked read)
1 messages · Page 1 of 1 (latest)
Do you have a screenshot?
Hi, thanks for replying, you mean of the error?
For Sure
I'm trying now to see if i can get more but that line is the one raised. I've seen other people asking about this in openAi forum actually
the process involved a pretty long file 273 images
Have you already tried zipping it?
Nope, i'm doing that in my application, the process is converting pages in images and captioning them, so i would still need to unzip. it crashes during the captioning thread exectution
Have you checked for a file path?
what you mean sorry?
The path to your files, the folder and the tree structure where it is located, and this path is transmitted to the code if you are using code.
ah ok, i pass them as base64
using the format data:image/...;base64,...
to the llm i mean
On the API, you have an image limit per request. You cannot send 273 at once.
If you have a large API quota, you can send them several times in the same chat to continue the same discussion with all the images.
I advise you to put as many images as possible per call because 273 calls can saturate and slow down, I think.
Maximum of 10 images per API call