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

Configure Feed

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

TypeScript 74.1%
HTML 20.8%
JavaScript 5.1%
16 1 0

Clone this repository

https://tangled.org/foobar.eagleusb.com/shakespeare-extension https://tangled.org/did:plc:3r2yzwuy6r55auyitoqyef6y/shakespeare-extension
git@tangled.org:foobar.eagleusb.com/shakespeare-extension git@tangled.org:did:plc:3r2yzwuy6r55auyitoqyef6y/shakespeare-extension

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

shakespeare-extension#

manipulate selected text from contextual menu for grammatical correction and improvement.

./assets/demo.png

quickstart#

env | sort -u | grep -iP '^llama.*'
LLAMA_ARG_CPU_MOE=true
LLAMA_ARG_CTX_CHECKPOINTS=3
LLAMA_ARG_DIO=true
LLAMA_ARG_KV_UNIFIED=true
LLAMA_ARG_PERF=false
LLAMA_ARG_SWA_FULL=true
LLAMA_LOG_FILE=/tmp/llamacpp.log
LLAMA_LOG_VERBOSITY=3

llama-server -hf unsloth/gemma-4-E2B-it-GGUF:Q4_K_S \
  -ngl 99 \
  --ubatch-size 512 --batch-size 2048 \
  --ctx-size 4096 \
  --cache-ram 0 \
  --chat-template-kwargs '{"enable_thinking":false}' \
  --reasoning-budget 0 \
  --threads 8 \
  --fit off \
  --device CUDA0

disclaimer#