NAME

describe-image.pl - Describe an image using the OpenAI API

SYNOPSIS

perl describe-image.pl <image-file>

DESCRIPTION

This script allows you to describe an image using the OpenAI API.

Unlike chat.pl, this script uses the `gpt-4o-mini` model, which is multi-modal and can handle images. Further, we don't keep a message history, as we only need to send the image and the prompt.