From 7c2eca2c04da4c31f3972db03f35f2ec8f23dac9 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Fri, 24 Feb 2023 22:53:48 +0100 Subject: [PATCH] rm 2 --- examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..a2a2e64 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +# Examples + +In this directory you can find examples of how different prompts can be exploited, or not. + +## LangChain Demo +For example (this is still wip) you can find a test of various lang-chain prompts in [this notebook](./LangChain Demo.ipynb). + +## [Cooking AI](./cooking-ai.md)