From 8a996aa29c199c029f2065b757977b58f260c639 Mon Sep 17 00:00:00 2001 From: Ioannis Bonatakis Date: Wed, 10 Dec 2025 07:17:46 +0100 Subject: [PATCH] Update outdated model use on the client demostration `Qwen/Qwen2.5-72B-Instruct` is not available anymore and raises a `huggingface_hub.errors.BadRequestError`. Replace it with a current available model. Signed-off-by: Ioannis Bonatakis --- units/en/unit1/mcp-clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/mcp-clients.mdx b/units/en/unit1/mcp-clients.mdx index 71a729d..4c37558 100644 --- a/units/en/unit1/mcp-clients.mdx +++ b/units/en/unit1/mcp-clients.mdx @@ -333,7 +333,7 @@ Create an agent configuration file at `my-agent/agent.json`: ```json { - "model": "Qwen/Qwen2.5-72B-Instruct", + "model": "Qwen/Qwen3-30B-A3B-Instruct-2507", "provider": "nebius", "servers": [ {