From 46c1d29a160fc31ccc21a349cdcb19680da843ee Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Mon, 27 Feb 2023 11:38:46 +0100 Subject: [PATCH] Add link to playground README and LangChain Demo notebook --- README.md | 2 ++ examples/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index eaffe3d..3f3d798 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ https://user-images.githubusercontent.com/60182044/221370544-6208fd66-27fa-47d3- See how this was resolved: [here](./demos/resolution1.md) +You can find more demos [here](./demos/README.md) + --- diff --git a/examples/README.md b/examples/README.md index a2a2e64..a7daca2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,6 +2,8 @@ In this directory you can find examples of how different prompts can be exploited, or not. +## [Reverse Shell](../playground/README.md) + ## LangChain Demo For example (this is still wip) you can find a test of various lang-chain prompts in [this notebook](./LangChain Demo.ipynb).