Skip to content

Commit d080774

Browse files
Update signature-optimizer.mdx
1 parent 715e847 commit d080774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/deep-dive/teleprompter/signature-optimizer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Now we have the baseline pipeline ready to use, so let's try using the `COPRO` t
8282
Let's start by importing and initializing our teleprompter, for the metric we'll be using the same `validate_context_and_answer` imported and used above:
8383

8484
```python
85-
from dspy.teleprompt import COPRP
85+
from dspy.teleprompt import COPRO
8686

8787
teleprompter = COPRO(
8888
metric=validate_context_and_answer,

0 commit comments

Comments
 (0)