mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Added PDL project (#8925)
* Added PDL project Signed-off-by: Mandana Vaziri <mvaziri@us.ibm.com> * Added PDL to projects sidebar Signed-off-by: Mandana Vaziri <mvaziri@us.ibm.com> * change to sidebar Signed-off-by: Mandana Vaziri <mvaziri@us.ibm.com> --------- Signed-off-by: Mandana Vaziri <mvaziri@us.ibm.com>
This commit is contained in:
parent
958e71b906
commit
55294bc9ef
2 changed files with 6 additions and 0 deletions
5
docs/my-website/docs/projects/PDL.md
Normal file
5
docs/my-website/docs/projects/PDL.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
PDL - A YAML-based approach to prompt programming
|
||||
|
||||
Github: https://github.com/IBM/prompt-declaration-language
|
||||
|
||||
PDL is a declarative approach to prompt programming, helping users to accumulate messages implicitly, with support for model chaining and tool use.
|
|
@ -460,6 +460,7 @@ const sidebars = {
|
|||
items: [
|
||||
"projects/smolagents",
|
||||
"projects/Docq.AI",
|
||||
"projects/PDL",
|
||||
"projects/OpenInterpreter",
|
||||
"projects/Elroy",
|
||||
"projects/dbally",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue