Skip to content

Commit

Permalink
Updates to LC-DSPy demo
Browse files Browse the repository at this point in the history
  • Loading branch information
okhat committed Jan 9, 2024
1 parent d863e85 commit 6380325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tweets/compiling_langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"One of the most powerful features in **DSPy** are its powerful optimizers. **DSPy optimizers** can take any LM system and tune the prompts (or the LM weights) to maximize any objective.\n",
"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",
"\n",
"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."
]
Expand Down

0 comments on commit 6380325

Please sign in to comment.