docs/integrations/providers/dspy/ #31168
Replies: 1 comment
-
stanfordnlp/dspy#7782 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/providers/dspy/
DSPy is a fantastic framework for LLMs that introduces an automatic compiler that teaches LMs how to conduct the declarative steps in your program. Specifically, the DSPy compiler will internally trace your program and then craft high-quality prompts for large LMs (or train automatic finetunes for small LMs) to teach them the steps of your task.
https://python.langchain.com/docs/integrations/providers/dspy/
Beta Was this translation helpful? Give feedback.
All reactions