Hallo. I buyed your extension to analyze images, but unfortunately the .aix don't have this function!n Why?
Check this please
Also check these blocks

Function: RequestChatGPTVision(String apiKey, String imageUrl, String prompt)
Purpose: This function sends a request to OpenAI's ChatGPT vision API to analyze an image and provide insights based on the given prompt.
Parameters:
- apiKey: Your OpenAI API key.
- imageUrl: The URL of the image to analyze.
- prompt: A text prompt to guide the analysis (e.g., "What's in this image?").
Function: RequestChatGPTVisionMultipleImages(String apiKey, YailList imageUrls, String prompt)
Purpose: This function sends a request to OpenAI's ChatGPT vision API to analyze multiple images and provide insights based on the given prompt.
Parameters:
- apiKey: Your OpenAI API key.
- imageUrls: A YailList containing the URLs of the images to analyze.
- prompt: A text prompt to guide the analysis (e.g., "Compare these images").
RequestChatGPTVisionFromFile
Purpose: Analyzes a single local image file and provides insights based on a text prompt.
Parameters:
- apiKey: Your OpenAI API key.
- imagePath: The file path of the image to analyze.
- prompt: A text prompt to guide the analysis (e.g., "What's in this image?").
- detail: The desired level of detail for the analysis (
low
,high
, orauto
).- maxTokens: The maximum number of tokens allowed in the API response.
RequestChatGPTVisionMultipleImagesFromFile
Purpose: Analyzes multiple local image files and provides insights based on a text prompt.
Parameters:
- apiKey: Your OpenAI API key.
- imagePaths: A YailList containing the file paths of the images to analyze.
- prompt: A text prompt to guide the analysis (e.g., "Compare these images").
- detail: The desired level of detail for the analysis (e.g., "high").
- maxTokens: The maximum number of tokens allowed in the API response.
Events:
@sparta also check this section
Sorry, but in my extension we have NO BLOCKS for VISION!
please , check the extension file, not in the AIA file ,
in the aia file is old version
You can PM me with your transaction payment ID and I will send the aix file for you
I have messaged you in PM
Tank you for reply. Do you have a simple demo to try?
Ok, but please could check the demo that you have already recived , I have added it in clear way
I was convinced that I had purchased the CHATGPT extension, but apparently I was wrong. How do I get the right extension?
@sparta from here

Aix file :
you can purchase the AIX and the AIA file from here via PayPal the two files cost 5$ after you pay you will be automatically redirected to the download URL of the extension
Didnt you recive any files ?
I have just send the file for you , check your pm ,
And thanks for interesting with my extension I appreciate this !
I hope this extension take your apps to next level
Received! I try....
Hallo. Great Job! But where is the block to try analayze ChatGpt Image from File?
Did you imported the extension to the project
Also make sure to unzip the file to get the aix and the aia file
I see the .aia, but ..... sorry, I'm confused. I search the instructions to read an image from phone and describe it. To obtain it, I will use "RequestChatGPTVisionfromFile". Unfortunately, this command is only in your demo .aia. but it's impossible to use. Dou you have some help for me?