diff --git a/README.md b/README.md index d04f599..80124b4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **L2M2** ("LLM Manager" → "LLMM" → "L2M2") is a tiny and very simple LLM manager for Python that exposes lots of models through a unified API. This is useful for evaluation, demos, production applications etc. that need to easily be model-agnostic. +![](assets/l2m2_demo.gif) + ### Features - 27 supported models (see below) – regularly updated and with more on the way. diff --git a/assets/l2m2_demo.gif b/assets/l2m2_demo.gif new file mode 100644 index 0000000..d7dd40b Binary files /dev/null and b/assets/l2m2_demo.gif differ