We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b26700 + a3c490a commit 80832adCopy full SHA for 80832ad
docs/quick-start/minimal-example.mdx
@@ -65,7 +65,7 @@ Now that we have a compiled (optimized) DSPy program, let's move to evaluating i
65
from dspy.evaluate import Evaluate
66
67
# Set up the evaluator, which can be used multiple times.
68
-evaluate = Evaluate(devset=devset, metric=gsm8k_metric, num_threads=4, display_progress=True, display_table=0)
+evaluate = Evaluate(devset=gsm8k_devset, metric=gsm8k_metric, num_threads=4, display_progress=True, display_table=0)
69
70
# Evaluate our `optimized_cot` program.
71
evaluate(optimized_cot)
0 commit comments