docs: Fix typo in README.md (#1444)

This commit is contained in:
Peng Yu 2024-05-10 10:35:51 -04:00 committed by GitHub
parent 7f59856fa6
commit 1547202b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",