From 2dc24892f56fa9a9a168814fe3296626c80d7b99 Mon Sep 17 00:00:00 2001 From: Matvey Soloviev Date: Wed, 5 Feb 2025 20:58:00 +0100 Subject: [PATCH] readme : add link to Autopen under UIs 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d68330d2a..11f3d0286 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)