From 4c3bbf9194b643a816fef915706c5ed51ef03905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Wed, 1 Jan 2025 00:49:33 +0100 Subject: [PATCH 1/2] Update README.md: add link to blog post feel free to ignore/close. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80468c5..44920a5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ limitations under the License. 🌐 **Support for any LLM**: it supports models hosted on the Hub loaded in their `transformers` version or through our inference API, but also supports models from OpenAI, Anthropic and many others via our [LiteLLM](https://www.litellm.ai/) integration. +> [!NOTE] +> Check the the smolagents [launch blog post](https://huggingface.co/blog/smolagents)! + ## Quick demo First install the package. From 7c43cb8d5f7dbae30c8ad83a845dcf770ef67ecf Mon Sep 17 00:00:00 2001 From: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:37:47 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44920a5..1383c13 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ limitations under the License. 🌐 **Support for any LLM**: it supports models hosted on the Hub loaded in their `transformers` version or through our inference API, but also supports models from OpenAI, Anthropic and many others via our [LiteLLM](https://www.litellm.ai/) integration. > [!NOTE] -> Check the the smolagents [launch blog post](https://huggingface.co/blog/smolagents)! +> Check the our [launch blog post](https://huggingface.co/blog/smolagents) to learn more about `smolagents`! ## Quick demo