Resizing option for the image. Can be: - "none": No resizing - "low": Resize to fit within 512x512 - "high": Resize to fit within 2000x768 or 768x2000 - Custom string (e.g., "200x200", "300x200>!", etc.)
from chatlas import ChatOpenAI, content_image_filechat = ChatOpenAI()chat.chat("What do you see in this image?", content_image_file("path/to/image.png"),)