From 1547202b77c0932e36b6b3b8319c54d62ac2d127 Mon Sep 17 00:00:00 2001 From: Peng Yu Date: Fri, 10 May 2024 10:35:51 -0400 Subject: [PATCH] docs: Fix typo in README.md (#1444) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3ff6824..d5ced8606 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ llm = Llama.from_pretrained( n_ctx=2048, # n_ctx should be increased to accommodate the image embedding ) -respoonse = llm.create_chat_completion( +response = llm.create_chat_completion( messages = [ { "role": "user",