Skip to main content
image_agent_bytes.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Use the downloaded image

The script downloads sample.jpg beside the saved Python file. No input image is required. An existing file with that name is overwritten.
5

Run the example

Save the code above as image_agent_bytes.py, then run:
Full source: cookbook/90_models/openai/chat/image_agent_bytes.py