Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
socketteer committed Feb 13, 2021
1 parent 4f67f2b commit 983ed13
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,47 @@

This is a highly experimental tree-based writing interface for GPT-3. The code is very unstable and poorly documented.

abandon hope all ye who enter here
This is an experimental tree-based writing interface for GPT-3. The code is actively being developed and thus
unstable and poorly documented.

# Features

* Read mode
* Linear story view
* Tree nav bar
* Edit mode


* Tree view
* Explore tree visually with mouse
* Expand and collapse nodes
* Change tree topology
* Edit nodes in place


* Navigation
* Hotkeys
* Bookmarks
* Chapters
* 'Visited' state


* Generation
* Generate N children with GPT-3
* Modify generation settings
* Change hidden memory on a node-by-node basis


* File I/O
* Open/save trees as JSON files
* Work with trees in multiple tabs
* Combine trees


# Demo

Screenshots here
![](static/readme/read-view.png)
![](static/readme/read-view-light.png)
![](static/readme/tree-view.png)
![](static/readme/tree-view-light.png)

ooo what features! wow so cool

Expand Down

0 comments on commit 983ed13

Please sign in to comment.