branch: externals/ellama commit 9628f96f7380027b35a8a10f32d152a4d47df530 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Add reasoning models and writing code GIFs to README Added two new GIF images, `reasoning-models.gif` and `writing-code.gif`, to the README.org file. These images provide visual demonstrations of the ellama tool's capabilities in reasoning with models and generating/editing code. Updated the README to include references to these new images. --- README.org | 2 ++ imgs/reasoning-models.gif | Bin 0 -> 7138749 bytes imgs/writing-code.gif | Bin 0 -> 5224686 bytes 3 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 54de73d9f2..e8be815f66 100644 --- a/README.org +++ b/README.org @@ -14,6 +14,7 @@ output, making it effortless to use with your preferred text editor. The name "ellama" is derived from "Emacs Large LAnguage Model Assistant". Previous sentence was written by Ellama itself. +[[file:imgs/reasoning-models.gif]] ** Installation @@ -197,6 +198,7 @@ Generate and insert new code based on description. This function prompts the user to describe the code they want to generate. If a region is active, it includes the selected text as context for code generation. +[[file:imgs/writing-code.gif]] *** ellama-code-edit diff --git a/imgs/reasoning-models.gif b/imgs/reasoning-models.gif new file mode 100644 index 0000000000..cd56095ec1 Binary files /dev/null and b/imgs/reasoning-models.gif differ diff --git a/imgs/writing-code.gif b/imgs/writing-code.gif new file mode 100644 index 0000000000..6d1c6a87ca Binary files /dev/null and b/imgs/writing-code.gif differ