Update README.md

This commit is contained in:
marlaman
2023-06-11 08:44:43 -04:00
committed by GitHub
parent b5f9831162
commit 1485290db8
+2 -1
View File
@@ -1,5 +1,5 @@
# DebateTree
A langchain app to visualise a debate using Tree-of-Thought reasoning
A langchain app to visualise a debate using LLMs and Langchains. Inspired by Tree-of-Thought reasoning. I believe that efficient debate is a tool to reach the truth.
```mermaid
graph TB
@@ -14,3 +14,4 @@ graph TB
C3 --> D3[Push-Back Against Criticism]
```