Replies: 2 comments
-
In this issue I explained why it is not working currently. #426 But the API is already extended, the pull request is waiting for review.. Be patient.. |
Beta Was this translation helpful? Give feedback.
-
I'm using 7.4.3 (had been on 7.4.0 for sometime) and I'm having an issue with the image preview when trying to send Base64. The same image works when I use the Url version but I get the same message about TPM limits when I switch to Base64. My only major change is the Json section for passing the image in-line. I've reviewed the discussion under #426 and it sounds like 7.4.3 has the fix. Here's my building code prior to the CreateCompletion call. `
I've double-checked that json as best I can. Am I doing something wrong or is that fix still pending. Thanks for all of the work on this DLL! |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, i just want to clarify one thing.
In OpenAI documentation they talking about possibility to send base64 of image and get answer.
But when i am trying to send json
I always getting exception about
"Request too large for gpt-4-vision-preview in organization "ID" on tokens per min (TPM): Limit 10000, Requested 72977. The input or output tokens must be reduced in order to run successfully. Visit https://platform.openai.com/account/rate-limits to learn more."
What i did wrong?
Beta Was this translation helpful? Give feedback.
All reactions