Prompt example extracted from Anthropic Cookbook.
Run the eval To get started with Promptfoo open your terminal and navigate to this directory (`./evaluation`). Before running your evaluation you must define the following environment variables: `export ANTHROPIC_API_KEY=YOUR_API_KEY` `export VOYAGE_API_KEY=YOUR_API_KEY` From the `evaluation` directory, run the following command. `npx promptfoo@latest eval` If you would like to increase the concurrency of the requests (default = 4), run the following command. `npx promptfoo@latest eval -j 25` When the evaluation is complete the terminal will print the results for each row in the dataset. You can now go back to `guide.ipynb` to analyze the results!