From: Matvey Soloviev Date: Thu, 6 Feb 2025 00:55:25 +0000 (+0100) Subject: readme : add link to Autopen under UIs (#11684) X-Git-Tag: upstream/0.0.4719~74 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c3db0480bb820e120249014b380e1f4badf2a1c1;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add link to Autopen under UIs (#11684) Autopen (https://github.com/blackhole89/autopen) is a graphical text editor that uses llama.cpp to tokenize the buffer on the fly, score the buffer, visualise token logits and allow you to switch back and forth between different possible completions at any point. It hopefully meets the criteria for inclusion, as the dependency on llama.cpp is stated prominently. --- diff --git a/README.md b/README.md index d68330d2..11f3d028 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo - [ramalama](https://github.com/containers/ramalama) (MIT) - [semperai/amica](https://github.com/semperai/amica) (MIT) - [withcatai/catai](https://github.com/withcatai/catai) (MIT) +- [Autopen](https://github.com/blackhole89/autopen) (GPL)