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
```
-
+
-
+
+
+
## 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,
):