From 7aa8967ca715d26803e024d08dbebe531cf85758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Tue, 8 Oct 2024 11:10:06 +0200 Subject: [PATCH] readme typo (#958) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c0750bd..c64c26a31 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ for await (const chunk of inference.chatCompletionStream({ } // You can also omit "model" to use the recommended model for the task -await hf.translation({ +await inference.translation({ inputs: "My name is Wolfgang and I live in Amsterdam", parameters: { src_lang: "en",