examples/openai-vision/README.md
This example demonstrates how to use promptfoo to evaluate OpenAI's vision capabilities, allowing you to test models on their ability to analyze and describe images.
This example requires the following environment variables:
OPENAI_API_KEY - Your OpenAI API keyYou can set this in a .env file or directly in your environment.
You can run this example with:
npx promptfoo@latest init --example openai-vision
# and then
cd openai-vision
# Run the evaluation
npx promptfoo eval
# View the results
npx promptfoo view
This example:
For more information, see: