Commit History

remove debugging print
cb63b67

kcarnold commited on

add option to show additional alternatives, even those that aren't the most-likely-next-token
9cbbdcd

kcarnold commited on

changed color, removed the title attribute
af927dd

Jooha Yoo commited on

display tweaks: only show on hover
a2477f5

kcarnold commited on

refactor: move more to styles instead of inline CSS
212669f

kcarnold commited on

refactor: use a style tag instead of some inline styles
c95fdb0

kcarnold commited on

Refactor highlights display into a separate component
3951ed3

kcarnold commited on

Allow disabling the alternative suggestions.
01c0ffa

kcarnold commited on

quick styling edits
fdf3450

kcarnold commited on

Simplify, removing the nuance of updated_doc
6033709

kcarnold commited on

Single document approach
96fa20b

kcarnold commited on

Always start off updated doc with original doc
aae2ec9

kcarnold commited on

Use green instead of blue for suggested locations
bb22056

kcarnold commited on

Fix trailing spaces causing bad predictions (grr tokenization)
133af7e

kcarnold commited on

Add a simple generations backend
989ef27

kcarnold commited on

Include generation options only for rewrite; add a few more.
d000502

kcarnold commited on

Fix more unescaped Markdown
e33013a

kcarnold commited on

Side by side
8c99b80

kcarnold commited on

Upgrade highlight-edits
dc6136e

kcarnold commited on

Title for highlight-edits
865abea

kcarnold commited on

Consolidate to a single file with shared code
1b6a5d7

kcarnold commited on

Navigation
df0c717

kcarnold commited on

Multipageify
5aa0ce2

kcarnold commited on

remove unneeded comment
8457f58

kcarnold commited on

Don't use red for suggestions.
58552f2

kcarnold commited on

Allow the user to specify a partially rewritten document.
88c770b

kcarnold commited on

fix a missing import
6f71907

kcarnold commited on

Avoid having to import all of torch if we're using the API.
fa263f0

kcarnold commited on

clarify the code structure (and fix a syntax error)
3ff8b95

kcarnold commited on

Markdown mangles newlines :(
6a6edd2
verified

kcarnold commited on

Hotfix, because Python f-strings aren't (yet) full Python
668b437
verified

kcarnold commited on

Simplify highlighting
a321d69
verified

kcarnold commited on

Update app.py
92076bd
verified

kcarnold commited on

Try to escape HTML
76b5bb9
verified

kcarnold commited on

Add a version that calls our quick-and-dirty API
aa3a290
verified

kcarnold commited on

Import from other repo
18f01d3
verified

kcarnold commited on