firefox + llama.cpp == very good prose.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

init()

eagleusb e017506a 0270194c

+27
+24
.gitignore
··· 1 + # Dependencies 2 + node_modules/ 3 + 4 + # Build output 5 + dist/ 6 + *.zip 7 + 8 + # IDE 9 + .vscode/ 10 + .idea/ 11 + *.swp 12 + *.swo 13 + 14 + # OS 15 + .DS_Store 16 + Thumbs.db 17 + 18 + # Logs 19 + *.log 20 + npm-debug.log* 21 + 22 + # Environment 23 + .env 24 + .env.*
+3
README.md
··· 1 + # shakespeare-extension 2 + 3 + Manipulate selected text from contextual menu for grammatical correction and improvement.