mirror of
https://github.com/wassname/DebateTree.git
synced 2026-08-11 11:12:03 +08:00
Update README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# DebateTree
|
# DebateTree
|
||||||
A langchain app to visualise a debate using Tree-of-Thought reasoning
|
A langchain app to visualise a debate using Tree-of-Thought reasoning
|
||||||
|
|
||||||
|
<html>
|
||||||
<pre class="mermaid" style="width:1000px,height:400px">
|
<pre class="mermaid" style="width:1000px,height:400px">
|
||||||
|
|
||||||
|
|
||||||
@@ -22,3 +22,4 @@ graph TB
|
|||||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
|
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
|
||||||
mermaid.initialize({{ startOnLoad: true }});
|
mermaid.initialize({{ startOnLoad: true }});
|
||||||
</script>
|
</script>
|
||||||
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user