mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
add patreon badge
This commit is contained in:
parent
0b20fa77ce
commit
7304dd95db
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ This is a reimplementation of [Loom](https://github.com/socketteer/loom) as an O
|
|||
|
||||
Loom is a recursively branching interface to GPT-3 and other language models; it is designed to be conducive to exploratory and experimental use of base models. The workflow primarily consists of this: you hit `Ctrl+Space` from a point in the text, and Loom generates `n` child nodes of the current node, where each child contains a different completion of the text leading up to the cursor. This is paired with a tree interface and settings panel in the right sidebar, as well as a pane containing the full text of the current node and its siblings.
|
||||
|
||||
If you are interested in funding development of Loom(sidian):
|
||||
<a href="https://patreon.com/parafactual"><img src="https://img.shields.io/static/v1?style=flat&logo=patreon&label=Support%20me%20on&message=Patreon" /></a>
|
||||
|
||||
**If you are new to Obsidian:** if you want to see the tree interface, make sure to open the right sidebar using the button on the top right, or using `Ctrl+P` then `Toggle right sidebar`. Once you've done that, go to the Loom tab, which is signified by a network icon.
|
||||
|
||||
**Default hotkeys:**
|
||||
|
|
|
|||
Loading…
Reference in a new issue