From 51eea142943e79e9679c5ee2decc91f074d6650c Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Mon, 10 Feb 2025 22:07:35 +0530 Subject: [PATCH] Update the example to reflect current API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42867031..f1200e4d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ response = client.inference.chat_completion( role="user", ), ], - model="meta-llama/Llama-3.2-3B-Instruct", + model_id="meta-llama/Llama-3.2-3B-Instruct", stream=False, ) print(response)