Documentation
¶
Overview ¶
Multimodal input example - sending images to the model.
This example demonstrates how to send images along with text to models that support vision capabilities (GPT-4 Vision, Claude 3, etc.).
To run:
export OPENAI_API_KEY="your-key-here" go run examples/06_image_input/main.go path/to/image.jpg
Click to show internal directories.
Click to hide internal directories.