Skip to content

Commit 80832ad

Browse files
authored
Merge pull request #2 from Haknt/bug/minimal_example_variable_name
Fix Outdated Variable Name in Documentation
2 parents 9b26700 + a3c490a commit 80832ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start/minimal-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now that we have a compiled (optimized) DSPy program, let's move to evaluating i
6565
from dspy.evaluate import Evaluate
6666

6767
# 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)
68+
evaluate = Evaluate(devset=gsm8k_devset, metric=gsm8k_metric, num_threads=4, display_progress=True, display_table=0)
6969

7070
# Evaluate our `optimized_cot` program.
7171
evaluate(optimized_cot)

0 commit comments

Comments
 (0)