Skip to content

Commit e00bc8a

Browse files
committed
Updates to examples/tweets/compiling_langchain.ipynb
1 parent 6380325 commit e00bc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tweets/compiling_langchain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"One of the most powerful features in **DSPy** are its optimizers. **DSPy optimizers** can take any LM system and tune the prompts (or the LM weights) to maximize any objective.\n",
16+
"One of the most powerful features in **DSPy** is optimizers. **DSPy optimizers** can take any LM system and tune the prompts (or the LM weights) to maximize any objective.\n",
1717
"\n",
1818
"Optimizers can improve the quality of your LM systems and make your code adaptive to new LMs or new data. This is meant to bring structure and modularity in place of hacky things like (i) manual prompt engineering, (ii) designing complex pipelines for generating synthetic data, (iii) or designing complex pipelines for finetuning."
1919
]

0 commit comments

Comments
 (0)