[Paid] 🌟 ChatGPT extension to create fantastic conversations with ChatGPT

New update :boom:

Hi @Black_Knight , I have just tried to use the GPT Vision using your extension with this code:


and I am getting the error message:
{ "error": { "message": "The model gpt-4-vision-preview has been deprecated, learn more here: https://platform.openai.com/docs/deprecations", "type": "invalid_request_error", "param": null, "code": "model_not_found" }}

Could you please switch the default model for Vision functions to a valid one or provide a parameter for model selection?

I have also tried to pass the images to gpt-4o this way:

but I am getting the error message: "No value for id" in this case.

Could you please provide a way to use GPT Vision again as this was the reason why I bought your extension.

The first issue is because the model was deprecated,
So I have updated the aix and will send the extension for you at pm but first send the payment transaction ID of the extension

And for the second one
Here is how to use the block

I will contact you on PM for the fix.
My idea with the second solution was to simply follow the structure from the OpenAI Documentation:


https://platform.openai.com/docs/guides/images?api-mode=responses&lang=javascript&format=base64-encoded
This could have worked when serialization would be used in the extension to map any structure to a JSON - just an idea which I wanted to share!

@Filip_Wozniak I have updated the extension and send it for you at PM

The vision blocks was already existed I didn't remove them .