From c57cd3c8d2adcc5874b57605fc0a70fe3cd7d229 Mon Sep 17 00:00:00 2001 From: Aymeric Date: Fri, 27 Dec 2024 16:04:50 +0100 Subject: [PATCH] Update readme video --- README.md | 15 ++++----------- src/smolagents/models.py | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8750925..69610c9 100644 --- a/README.md +++ b/README.md @@ -54,18 +54,11 @@ agent.run("What time would it take for a leopard at full speed to run through Po ```
- + CodeAgent browsing the web and doing calculations to solve a question
- + +![CodeAgent browsing the web and doing calculations to solve a question](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.gif) + ## Code agents? diff --git a/src/smolagents/models.py b/src/smolagents/models.py index 808d174..1004d82 100644 --- a/src/smolagents/models.py +++ b/src/smolagents/models.py @@ -218,7 +218,7 @@ class HfApiModel(Model): def __init__( self, - model_id: str = "Qwen/Qwen2.5-Coder-32B-Instruct", + model_id: str = "meta-llama/Llama-3.3-70B-Instruct", token: Optional[str] = None, timeout: Optional[int] = 120, ):