From ad94890345368f56c40227eb87c41f82fb5c67a4 Mon Sep 17 00:00:00 2001 From: marlaman <42538244+marlaman@users.noreply.github.com> Date: Sun, 11 Jun 2023 08:41:04 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 0ffe7fe..055a621 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # DebateTree A langchain app to visualise a debate using Tree-of-Thought reasoning + + +
+            
+       
+graph TB
+    A["Question"] --> B1["Stance"]
+    A["Question"] --> B2["Stance"]
+    A["Question"] --> B3["Stance"]
+    B1 --> C1[Criticism]
+    B2 --> C2[Criticism]
+    B3 --> C3[Criticism]
+    C1 --> D1[Push-Back Against Criticism]
+    C2 --> D2[Push-Back Against Criticism]
+    C3 --> D3[Push-Back Against Criticism]
+    
+    
+  
+